/* CSS Document */

body{
	background-color: #FFFFFF;
	/*color: #bab9b9;*/
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:active, a:visited{
	color: #0167cc;
	text-decoration: underline;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover{
	text-decoration: underline;
}

.LeftBorderRepeat{
	background-image: url(images/left_border_repeat.gif);
	background-repeat: repeat-y;
}

.RightBorderRepeat{
	background-image: url(images/right_border_repeat.gif);
	background-repeat: repeat-y;
}

.buttons_middle{
	color: #FFFFFF;
	font-size: 26px;
	font-weight:bold;

	}
	
	
	.sub_sidetext{
	color: #858383;
	font-size: 14px;
	font-weight:bold;

	}
	
		.sub_maintext{
	color: #003c74;
	font-size: 12px;
	font-weight:normal;

	}
	
	
	

.header{
	color: #fc9714;
	font-size: 18px;
	font-weight:bolder;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}




.footer{
	color: #a9a9a9;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footer_link:link, .footer_link:active, .footer_link:visited{
	color: #a9a9a9;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:300;
}

.footer_link:hover{
	text-decoration: underline;
}