html {
		height: 100%;
	}
body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:12px;
	background-color:#4b4b4b;
}

#flashcontent {
		height: 100%;
	}

.shadow_left{
	background-image:url(../../images/shadow_left.jpg);
	background-repeat:repeat-y;
}

.shadow_right{
	 background-image:url(../../images/shadow_right.jpg);
	 background-repeat:repeat-y
}

.shadow_bot{
	background-image:url(../../images/shadow_bot.jpg);
	background-repeat:repeat-x;
}

.bg_menu{
	background-image:url(../../images/menu_bar.jpg);
	background-repeat:repeat-x;
}

.header H1{
	font-weight:normal;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:2px;
	margin-bottom:2px;
	font-size:1.3em;
	color:#cf1e1f;
	font-weight:bold;
}

.header H2{
	font-weight:normal;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:2px;
	margin-bottom:2px;
	font-size:1.0em;
	color:#cf1e1f;
	font-weight:bold;
}
.movie {
	width: 100%;
	height: 100%;
}

.header_grey{
	color:#999999;
	font-size:14px;
}

.content{
	font-size:11px;
	color:#656565;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}

.content a{
	font-size:11px;
	color:#656565;
	text-decoration:none;
}

.content a:hover{
	font-size:11px;
	color:#656565;
	text-decoration:underline;
}

.main_menu{
	font-size:11px;
	font-weight:bold;
	color:#f7f100;
}

.main_menu a{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.main_menu a:hover{
	font-weight:bold;
	color:#f7f100;
	text-decoration:none;
}

.readmore{
	font-size:10px;
	color:#d2851b;
}

.readmore a{
	font-size:10px;
	color:#cf1e1f;
	text-decoration:none;

}

.readmore a:hover{
	font-size:10px;
	color:#cf1e1f;
	text-decoration:underline;
}

.text10{
	font-size:10px;
	color:#348286;
}

.text10 a{
	color:#348286;
	text-decoration:none;
}

.text10 a:hover{
	color:#348286;
	text-decoration:underline;
}

.text11{
	font-size:11px;
	color:#348286;
	font-weight:bold;
}

.text11 a{
	font-size:11px;
	color:#348286;
	text-decoration:none;
	font-weight:bold;
}

.text11 a:hover{
	font-size:11px;
	color:#348286;
	text-decoration:underline;
	font-weight:bold;
}

.fade{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
}

.fade_over{
	filter: alpha(opacity=100);
	-moz-opacity:1;
}

.paginate{
	color:#999999;
	font-size:11px;
}

.paginate a{
	color:#999999;
	text-decoration:none;
	font-weight:bold;
}

.paginate a:hover{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

.footer{
	font-size:10px;
	color:#FFFFFF;
}

.footer a{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:underline;
}

.error{
	color:#FF0000;
	font-size:11px;
}

input {
	border:1px solid #000000;
	font-size:10px;
}

textarea {
	font-size:11px;
	border:1px solid #000000;
}

select {
	border:1px solid #000000;
	font-size:10px;
}

.but{
	border:1px;
	border-color:#000000;
	margin:0px;
	padding:0px;
	background-color:#626262;
	color:#FFFFFF;
}

form
{
   margin:0;
} 

.borderonly{border: 1px solid #000000;}

.bordergrey{border: 1px solid #CCCCCC;}

.no_border{
	border:0px;
}

ul{
	margin-top:0px;
	margin-bottom:0px;
}