@charset "utf-8";
/* CSS Document */

body {
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position:center;
	background:url(images/bg_1.jpg);

	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#666666;
}

.box_headers, .box_headers h1
{
	color:#FFFFFF;
	font-size:14px;
	font-weight:700;
	padding:0px;
	padding-left:10px;
	
}

.box_body, .box_body h1
{
	color:#FFFFFF;
	font-size:13px;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
}

.sub_page_headers
{
	color:#2B5879;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:700;
	margin-top:10px;
}

.sub_page_headers2
{
	color:#2B5879;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:700;
	margin-top:15px;
}
a:link, a:visited
{
	color:#333333;
	font-weight:700;
	text-decoration:none;
}

a:hover, a:visited:hover
{
	color:#333333;
	font-weight:700;
	text-decoration:underline;
}