/* CSS Document */
body {
	margin-top: 5;
	margin-bottom: 0;
	margin-left: 5;
	margin-right: 0;
}
a {
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*font-weight: bold;*/
	text-decoration: none;
}
a:link { color: #660000; }
a:active { color: #660000; }
a:visited { color: #660000; }
a:hover {
	color: #660000;
	text-decoration: underline;
}
.smallgreytext { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: normal; 
	color: #666666; text-decoration: none
}
.copy  { 
    color: #000000; 
    font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	line-height: 12px; 
	text-decoration: none; 
}
td {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	vertical-align: center;
}


.clear {clear:both;font:normal 1px/0 serif;height:.1em;margin:0;padding:0;}
.sectionTitle { font-weight:bold;font-size:14px;color:#660000;}
