a
{
	color:				#000099;
	text-decoration:	underline;
}

a:hover
{
	text-decoration:	none;
}

body
{
	background-color:		#e6e8ec;
	background-image:		url(../images/top_banner.jpg);
	background-position:	top center;
	background-repeat:		no-repeat;
	font-family:			Arial, Helvetica, sans-serif;
}

h2
{
	color:				#175986;
	font-size:			11pt;
	font-weight:		bold;
}

h3
{
	font-size:			10pt;
	font-weight:		bold;
}

.banner_sub_heading
{
	color:				#ffffff;
	font-size:			10pt;
	padding-right:		10px;
	padding-top:		20px;
	text-align:			right;
	vertical-align:		middle;
}

.bordered_input
{
	border:				1px solid #333333;
}

.bordered_input_125px
{
	border:				1px solid #333333;
	width:				125px;
}

.content_area
{
	border-left:		1px solid #4b7da0;
	border-right:		1px solid #4b7da0;
	color:				#333333;
	padding-bottom:		20px;
	padding-left:		35px;
	padding-right:		35px;
	padding-top:		20px;
}

.content_area, .content_area p, .content_area td
{
	font-size:			9pt;
}

.menu_1
{
	color:				#ffffff;
	font-size:			10pt;
	vertical-align:		middle;
}
.menu_1 a
{
	color:				#ffffff;
	text-decoration:	none;
}
.menu_1 a:hover
{
	text-decoration:	underline;
}
.section_blue
{
	background-color:	#175986;
	padding:			3px;
}
.section_green
{
	background-color:	#d0de59;
}
.section_white
{
	background-color:	#5183a4;
}

.title
{
	font-weight:		bold;
}


