/********************************************************************************************/
/* This file contains the CSS declarations that are used in the content area of the site. 	*/
/* All declarations in this file will also be available in the SiteCM page editor. 			*/
/********************************************************************************************/

/* Required Declarations */
/* The following declarations are required by the SiteCM page editor */

/* Text - default */
body, td, p, li, input, select, textarea {
	text-decoration: none;
	font: 12px arial; 
	color: #252424; 
}

/* Headings */
h1 {
font-family: Arial, Helvetica, sans-serif;
color:#b91a0f;
font-size:16px;
font-weight:bold;
line-height: 20px;
}
h2 { font-size: 14px; margin-bottom:5px; margin-top:0px; color:#b91a0f;}
h3 {
	font-size: 13px;
	margin-bottom:2px;
	margin-top:12px;
}
h4 { font-size: 12px; 	
	padding-bottom: 5px;
		margin-bottom:2px;
	margin-top:8px;
}
h5 { font-size: 11px; }
h6 { font-size: 10px; }
p{padding-top:4px;
padding-bottom:5px;
margin:0px;}

/* Links - default */
a {
	font-weight: bold;
	text-decoration: none;
	color: #b91a0f;
}	

/* Links - hover (onmouseover) */
a:hover {
	text-decoration: underline;
	color: #b91a0f;
	font-weight:bold;
}	

/* CTA */
.CTAHeader { 
font-family: Arial, Helvetica, sans-serif;
color: #003d7a;
font-size: 12px;
font-weight: bold;
}
.CTAFont {
font-family: Arial, Helvetica, sans-serif;
color: #2c2b2b;
font-size: 12px;
}

a.CTALink {
font-family: Arial, Helvetica, sans-serif;
color:#003D7a;
font-size:12px;
font-weight:bold;
text-decoration:none;
line-height:normal;
}

a.CTALink:Hover {
font-family: Arial, Helvetica, sans-serif;
color:#003D7a;
font-size:12px;
font-weight:bold;
text-decoration:underline;
line-height:normal;
}

/* MAIN */
.mainLink {
font-family:Tahoma, Arial, Helvetica, sans-serif;
color:#2c2b2b;
font-size:14px;
font-weight:bold;
text-decoration:none;
}

.footer {
font-family:Arial, Helvetica, sans-serif;
color: #252424;
font-size: 10px;
text-decoration:none;
line-height:normal;
}

.footer a{
font-family:Arial, Helvetica, sans-serif;
color: #252424;
font-size: 10px;
font-weight:bold;
text-decoration:none;
line-height:normal;
}

.footer a:Hover{
font-family:Arial, Helvetica, sans-serif;
color: #252424;
font-size: 10px;
font-weight:bold;
text-decoration:underline;
line-height:normal;
}