/* CSS Document */

body{
	margin: 0px;
	background-color: #FFFFFF;		
	scrollbar-face-color: #FEFFFF;
	scrollbar-shadow-color: #498DBE;
	scrollbar-highlight-color: #498DBE;
	scrollbar-3dlight-color: #fffefd;
	scrollbar-darkshadow-color:#FFFDED;
	scrollbar-track-color: #E0F3FF;
	scrollbar-arrow-color: #498DBE;
}

.contenttxt{
	font-family: Verdana, Arial, Georgia, Tahoma;
	color: #000000;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-align: justify;	
}

.contenttxt a:link, .contenttxt a:visited, .contenttxt a:active{
	color: #126BA9;
	font-weight: bold;
}

.contenttxt a:hover{
	color: #000000;
	font-weight: bold;
}

.content_bg{
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.navi_column{
	background-image: url(../images/navi_bg.gif);
	background-repeat: no-repeat;
	height: 32px;	
}

.footer{
font-family: Verdana, Arial, Georgia, Tahoma;
font-size: 10px;
text-align: left;
color: #014579;
}

.footer a:link, .footer a:visited, .footer a:active{
color: #014579;
text-decoration: none;
}

.footer a:hover{
color: #014579;
text-decoration: underline;
}

.footer_seperator
{
	color: #014579;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
}