/* CSS Document */

body
{
	margin: 0px;
	font-size: 11px;
	color: #999999;
	font-family: "Trebuchet MS";
	background: #FFFFFF;
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #FBFBFB;
	scrollbar-highlight-color: #FBFBFB;
	scrollbar-3dlight-color: #FBFBFB; 
	scrollbar-darkshadow-color: #FBFBFB; 
	scrollbar-track-color: #FBFBFB;
	scrollbar-arrow-color: #FBFBFB;
}
a
{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}
a:hover
{
	text-decoration: underline;
	color: #999999;
}
.mainTable
{
	background: #FAF9F9;
}
/** CONTENT **********************************/
.content
{
	background: url('logoBack.gif') no-repeat center center;
	vertical-align: top;
	text-align: left;
	padding: 5px;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #999999;
	margin-bottom: 0px;
}
.content p, .content li
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #999999;
	margin-bottom: 0px;
}
.content a
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	text-decoration:none;
	background: url( "arrow01.gif" ) no-repeat 4px 10px;
	padding-left: 10px;
	padding-top: 3px;
	display: block;
}
.content a:hover
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	text-decoration:underline;
	background: url( "arrow01.gif" ) no-repeat 4px 10px;
	padding-left: 10px;
	padding-top: 3px;
	display: block;
}
.content h1
{
	font-family: "Trebuchet MS";
	font-size: 14pt;
	color: #0019A8;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: right;
}
.content h2
{
	padding-left: 15px;
	font-family: "Trebuchet MS";
	background: url("bullet.gif") no-repeat 4px 5px;
	font-size: 10pt;
	color: #0019A8;
	font-weight: bold;
	margin-bottom: 0px;
}
.content h3
{
	padding-left: 15px;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #0019A8;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: center;
}
/*** Menu ***/
.menu
{
	background: #00209F;
}
.menu a
{
	background: #00209F url("menuOff.gif") no-repeat right top;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
	height: 20px;
	padding-top: 5px;
}	
.menu a:hover
{
	background: #00ADEF url("menuOn.gif") no-repeat right top;
	color: #00209F;
	text-align: center;
	text-decoration: underline;
}
/*** News ***/
.News
{
	width: 238px;
	color: #333333;
}
.News th
{
	background: #626262;
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	color: #DDDDDD;
	height: 17px;
}
.News td
{
	background: #828282;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
	color: #DDDDDD;
	padding-bottom: 2px;
}
.News h2
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #85CAE1;
	font-weight: bold;
	padding-left: 4px;
	margin: 0px;
}
.News p
{
	color: #FFFFFF;
	padding-left: 6px;
	margin: 0px;
}
.News a
{
	color: #FFFFFF;
	background: url( "plus01.gif" ) no-repeat left 2px;
	padding-left: 12px;
	font-weight: bold;
}

/*** LEFT MENU ***/
.leftMenu{
padding: 10px 2px 10px 2px;
}
.leftMenu li a{
	font-size: 12px;
}
.leftMenu li{
	font-size: 12px;
	}


/*** CONTACT ***/
#contact input, #contact textarea {
	width: 200px;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	border: 1px solid #85CAE1;
	background-color: Transparent;
	}
#contact .caption{
	font-size: 14px;
	text-align: right;
	}
#contact #btSubmit{
	width: auto;
	}
