.leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.tabl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}

.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}

.sim {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #3360FF;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.trailer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.content2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

body { 
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
	} 

.Nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;

}

h2 { font: bold 17px/16px "trebuchet ms", trebuchet, arial, verdana; margin: 0px; color: #112244; display: inline; border-bottom: 1px solid #dddddd; width: 350px; }

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}

.headline { font: bold 13px/14px "trebuchet ms", trebuchet, arial, verdana; margin: 0px; color: #223355; display: inline; }


.Nav A:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-size: 11px; color: #FFFFFF; text-decoration:none;}
.Nav A:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-size: 11px; color: #FFFFFF; text-decoration:none;}
.Nav A:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-size: 11px; color: #FFFFFF; text-decoration:none; }
.Nav A:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-size: 11px; color: #FFFFFF; text-decoration:none }


A.BlueLink:link 			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #003366; line-height: 19px; text-decoration: none; }
A.BlueLink:visited 			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #003366; line-height: 19px; text-decoration: none; }
A.BlueLink:active 			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #003366; line-height: 19px; text-decoration: none; }
A.BlueLink:hover			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #003366; line-height: 19px; text-decoration: underline; }
A.BlueBoldLink:link 		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #003366; font-weight: bold; line-height: 19px; text-decoration: none; }
A.BlueBoldLink:visited		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #003366; font-weight: bold; line-height: 19px; text-decoration: none; }
A.BlueBoldLink:active 		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #003366; font-weight: bold; line-height: 19px; text-decoration: none; }
A.BlueBoldLink:hover		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #003366; font-weight: bold; line-height: 19px; text-decoration: underline; }




.DefaultText 				{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #202020; line-height: 16px; }
.DefaultTextBold			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; font-weight: bold; line-height: 19px; }


.TableLayout				{ table-layout: fixed; }





ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

#maingate_ad_block {
	display: block;
	width: 150px;
	padding: 1.2em;
	float: center; 
	background: #e6f1fe;
	color: #fff;
	border: 2px solid #ff9900;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#maingate_ad_image {float: left; margin-right: 1.2em;}
#maingate_ad_text {color: #444;line-height: 1.4em; width: 156px;}
#maingate_tag {display:block; margin: 1.5em 0 0 0;}

#maingate_ad_block_home {
	display: block;
	width: 320px;
	padding: 1.2em;
	float: left; 
	background: #e6f1fe;
	color: #fff;
	border: 2px solid #ff9900;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}



