/* Begin PureCMS Styles
-- The following styles are descriptive style names for use by content managers in PureCMS --
*/

.BodyHeading {
	font-size : 18px;
	line-height: 18px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #666666;
}

.BodySubheading {
	font-size : 11px;
	font-weight: bold;
	font-family: Arial, sans-serif;	
	color: #666666;
}

.BodySubheadingLink {
	font-size : 11px;
	font-weight: bold;
	font-family: Arial, sans-serif;	
	color: #B41D15;
}

.BodyCopy {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color : #666666;
	line-height: 18px;
}

.BodyCopyBL {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color : #000000;
	line-height: 18px;
}

.BodyCopyLink {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color : #B41D15;
	line-height: 13px;
}

.bottomtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #FFFFFF;
	font-weight: normal;	
}

.bottomtextB {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color : #FFFFFF;
	font-weight: normal;	
}

.whiteBtextLink {
	font-size : 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;	
	color: #FFFFFF;
}

a:hover.whiteBtextLink {
	font-size : 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;	
	color: #CCCCCC;
}

/* End PureCMS Styles */

A {
	font-family: Arial, sans-serif;
	color : #2244aa;
	text-decoration: none;	
}

A:HOVER {
	font-family: Arial, sans-serif;
	color : #CCCCCC;
	text-decoration: none;	
}

A:ACTIVE {	
	color : #B48785;	
}

.heading {
	font-size : 13px;
	line-height: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #666666;
}

.headingOrange {
	font-size : 13px;
	line-height: 13px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #ff9900;
}

.subheading {
	font-size : 11px;
	font-weight: bold;
	font-family: Arial, sans-serif;	
	color: #666666;
}

A.subheading {
	font-size : 11px;
	font-weight: bold;
	font-family: Arial, sans-serif;	
	color: #2244aa;
}

.subheadingOrange {
	font-size : 11px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #ff9900;
}

.subheadingBlue {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color : #666666;
	line-height: 13px;
}

.copy {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color : #666666;
	line-height: 13px;
}

.copyOrange {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color : #ff9900;
	line-height: 13px;
}

.leftNav {
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-left: 8px;
}

.leftNavHeader {
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-left: 0px;
}

.bluecopy {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color : #2244AA;
	line-height: 13px;
}

.goldcopy {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color : #ff9900;
	line-height: 13px;
}

.bluelink {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color : #2244AA;
	line-height: 12px;
	text-decoration: underline;
}

.bluelink:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color : #ff9900;
	line-height: 12px;
	text-decoration: underline;
}

.footerlink {
	font-size : 11px;
	font-family: Arial, sans-serif;
}

.hidden {
	display:block;
}

.homepagelogin {
	width: 100;
}

.vertdot {
	background-image: url(/assets/images/dot.gif); 
	background-repeat: repeat-y;
}

.vertline {
	background-image: url(/assets/images/vertline.gif); 
	background-repeat: repeat-y;
}

.horizdot {
	background-image: url(/assets/images/dot.gif); 
	background-repeat: repeat-x;
}

.horizline {
	background-image: url(/assets/images/horizline.gif); 
	background-repeat: repeat-x;
}

.graybox 
{
	font-family: Century Gothic, Trebuchet MS, Tahoma, Arial; 
	font-size: 14px; 
	color: white; 
	padding-left:10px;
	
}
	
.BodyCopywmargins {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color : #666666;
	line-height: 18px;
	margin-left: 1cm;
}
.BodyHeadingwhitemarg {
	font-size : 20px;
	line-height: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-left: 20px;
}
.dashedframe {
	border-top: dashed #000000;
	border-right: dashed;
	border-bottom: dashed;
	border-left: dashed;
}

.td1
{
background-color:#E6E6E6
}

.td2
{
background-color:#D5D5D5
}


H1 { text-shadow: 0.2em 0.2em }
