body, p, table, th, td {
	font-family: Georgia, Times New Roman, Serif;
	color: #003066;
	font-size: 11px;
	line-height: 16px;
	}
	
a:link, a:visited {
	color: #003066;
	text-decoration: underline;
	}	
	
a:hover {
	color: #006699;
	text-decoration: none;
	}		
	
/* menu */

.menuActuator a {
color:#a5c7b0;
font-size:10px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
text-decoration: none;
	}

.menu, .menu a:link, .menu a:visited {
font-family: Arial, Helvetica, sans-serif;
color:#a5c7b0;
font-size:10px;
font-weight: normal;
padding: 3px 0px 0px 0px;
text-decoration: none;
	}
	

.menu a:hover {
font-color:#ffffff;
color:#a5c7b0;
font-size:10px;
text-decoration: underline;
font-weight: normal;
	}

td div {
/* this makes TDs a container with their own coordinate system.
absolutely-positioned elements will be offset relative to them */
position:relative;
}		
	
/* main copy styles */	
	
.title {
	font-family: Trebuchet MS, Arial, Helvetica, Sans Serif;
	color: #9f2d20;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	line-height: 19px;
	}	
	
.head {
	font-family: Trebuchet MS, Arial, Helvetica, Sans Serif;
	color: #9f2d20;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 19px;
	}		
	
.subhead {
	font-family: Trebuchet MS, Arial, Helvetica, Sans Serif;
	color: #002f65;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 17px;
	}		
	
.intro {
	font-family: Trebuchet MS, Arial, Helvetica, Sans Serif;
	color: #999999;
	font-size: 12px;
	}		

.copy {
	font-family: Georgia, Times New Roman, Serif;
	color: #003066;
	font-size: 11px;
	padding: 15px 20px 0 0;
	}	

.legalcopy {
	font-family: Georgia, Times New Roman, Serif;
	color: #003066;
	font-size: 11px;
	padding: 15px 20px 0 13px;
	}		
	
.red {
	font-family: Georgia, Times New Roman, Serif;
	color: #9f2d20;
	font-size: 11px;
	}		
	
	
/* home styles */	
	
.copy_hm, .copy_hm a:link, .copy_hm a:visited {
	font-family: Arial, Helvetica, Sans Serif;
	color: #8a8a8a;
	font-size: 11px ;
	text-decoration: none;
	font-weight: bold;
	}			
	
.copy_hm a:hover {
	font-family: Arial, Helvetica, Sans Serif;
	color: #8a8a8a;
	font-size: 11px ;
	text-decoration: underline;
	font-weight: bold;
	}		

.toplink, .toplink a:link, .toplink a:visited {
	font-family: Arial, Helvetica, Sans Serif;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}	
	
.toplink a:hover {
	font-family: Arial, Helvetica, Sans Serif;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	}		
	
.footer, .footer a:link, .footer a:visited {
	font-family: Trebuchet MS, Arial;
	color: #ababab;
	font-size: 10px;
	text-decoration: none;
	
	}	

.footer a:hover {
	font-family: Trebuchet MS, Arial;
	color: #ababab;
	font-size: 10px;
	text-decoration: underline;
	}	
	

td.bdr {
	border-bottom: 1px solid #e4effb;
	border-left: 1px solid #e4effb;
	border-right: 0 solid #e4effb;
	border-top: 0px solid #e4effb;
	}	
	
td.bdredge {
	border-bottom: 1px solid #e4effb;
	border-left: 1px solid #e4effb;
	border-right: 1px solid #e4effb;
	border-top: 0px;
	}		

td.bdrtitle {
	border: 1px solid #e4effb;
	font-weight:bold;
	}	
	
	
td.bg {
	border: 1px solid #e4effb;
	background: #e4effb;
	text-align:right;
	}		