@charset "UTF-8";
/* CSS Document */

.headline {
	font: 18px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	}

.subhead {
	font: 16px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	}

.bodytxt {
	font: 14px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	}	
		
.bodytxt a {
	color:#660000;
	font-weight: bold;
	text-decoration:none;
	}	
	
.bodytxt a:hover {
	text-decoration:underline;	
	}	
	
.footertxt {
	font: 13px/18px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	}	
		
.footertxt a {
	color:#666666;
	text-decoration:none;	
	}	
	
.footertxt a:hover {
	color:#660000;	
	}		
		
.tinytxt {
	font: 11px/15px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	}	
				
#menu { 
	padding:0; 
	margin:0; 
	} 
		
#menu li { 
	list-style-type:none; 
	} 
	
#menu li a {
	display: block;
	text-align:right;
	width: auto;
	margin: 0;
	padding: 0 10px;
	color: #333333;
	font: 12px/32px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;
	letter-spacing: -0.5px;
	border-right: solid 3px; border-color: #CCCCCC;	
	}
	
#menu a:hover {
	border-right: solid 3px; border-color:#660000;	
	}
	
