body { 

	background: #F4F4F4;
	margin: 0;
	padding: 0;
}



td { 

	font-family: "Verdana", "Arial", "Tahoma"; 
	font-size: 8pt; 
	line-height: 140%; 
	color: #000000; 
}



A:link {

	color: #1E5AAB; 
	text-decoration:none;
}



A:visited {

	color: #1E5AAB; 
	text-decoration:none;
}



A:hover {

	color: #FF7200;
	text-decoration:underline;
}



A:link.menu {

	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}



A:visited.menu {

	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}



A:hover.menu {

	color: #003079;
	font-weight:bold;
	text-decoration:none;
}



#sub {

	clear: left;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}



#sub ul {	

	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
}



#sub li a {

	font-weight: bold;
	text-decoration: none;
	color: #3C6DB7;
	padding: 0 0 10 25;
	line-height: 220%;
	background: url(images/menu_off.gif) no-repeat;
}



#sub li a:hover {

	color: #FFA201;
	background: url(images/menu_on.gif) no-repeat;
}



.blank {

	font-size: 1pt;
}



.line {

	font-size: 1pt;
	background-color: #A6C2D1;
}	



.line_2 {

	font-size: 1pt;
	background-color: #DBDBDB;
}



.line_3 {

	font-size: 1pt;
	background-color: #3C6DB7;
}	



.banner {

	font-size: 12pt;
	color: #3C6DB7;
	font-weight:bold;
}



.img_border {

	border-style: solid; 
	border-color: #D6D6D6;
}