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



.CopyCopy {
	font: normal 13px/15px 'lucida grande', tahoma,sans-serif;
	color: #7c6a55;
}
.OrangeCopy {
	font: normal 13px/15px 'lucida grande', tahoma,sans-serif;
	color: #fbb034;
}
.BlueHeader {
	font: bold 13px/15px 'lucida grande', tahoma,sans-serif;
	color: #00539b;
}
.WhiteHeader {
	color: #FFFFFF;
	font-family: arial;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
.Webdings {
	font: normal 6px/12px webdings;
	color: #fbb034;
	line-height:10px;
}
.WebdingsGrey {
	color: #fbb034;
	line-height:10px;
	font-family: webdings;
	font-size: 6px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.SubNav {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.GoldNav {
	color: #fbb034;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	
}
a.SubNav:hover { 
	color:#FFF;
	text-decoration:none
}
.clearer 
{ 
	height:1px; 
	overflow:hidden; 
	margin-top:-1px; 
	clear:both; 
} 