body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#0C3260;
	background-color: #FFF;
	scrollbar-face-color: #F1F1F1;
    scrollbar-highlight-color: #F1F1F1;
    scrollbar-shadow-color: #F1F1F1;
    scrollbar-3dlight-color: #B4B4B4;
    scrollbar-arrow-color: #B4B4B4;
    scrollbar-track-color: #D3D3D3;
    scrollbar-darkshadow-color: #B4B4B4;
    scrollbar-base-color : #FF9900;
}

a:link, a:active {
	background: transparent;
	color: #003399;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover{
	background: transparent;
	color: red;
	text-decoration: underline;
}

td, textarea, input, select {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	vertical-align: top;
}

img {
	border:0px;
}

form {
	padding:0px;
	margin:0px;
}

.mainmenu a:link, .mainmenu a:visited, .mainmenu a:active{
	background: transparent;
	color: #0C3260;
	text-decoration: none;
}

.mainmenu a:hover{
	color: red;
}

.maintable {
	width:100%;
	background: #FFFFFF url(images/backtil_2.gif) repeat-x top left;
}

.header {
	width:100%;
	height:24px;
	background: #CBD9EA url(images/hdrbcktil1.gif) repeat-x top left;
	margin-top:4px;
	padding-left:18px;
	padding-top:2px;
	font: bold 14px Tahoma, sans-serif;
	border-left:1px solid #8A8B8D;
	border-top:1px solid #8A8B8D;
	border-right:1px solid #8A8B8D;
}

.header_sub {
	width:100%;
	height:15px;
	background: #CBD9EA url(images/hdrbcktil2.gif) repeat-x top left;
	font: bold 11px Tahoma, sans-serif;
	text-align:center;
	border:1px solid #8A8B8D;
	margin-top:5px;
}
.info {
	width:100%;
	font: normal 11px Tahoma, sans-serif;
	background-color: #F4F4F4;
	border:1px solid #8A8B8D;
	padding:5px;
}

.footer {
	width:100%;
	height:44px;
	margin-top:4px;
	padding:4px;
	font: normal 11px Tahoma, sans-serif;
	text-align:center;
	background: #CBD9EA url(images/footbcktil.gif) repeat-x top left;
	border:1px solid #8A8B8D;
}