/********************************************************************************************/
/* 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; 
}

/* Navigation */
.navigation a {color:#ffffff;}
.navigation a:hover {color:#ffffff;}
.navigation a:link {color:#ffffff;}
.navigation {color:#ffffff;}

/* Headings */
h1 {
font-family: Arial, Helvetica, sans-serif;
color:#135b8c;
font-size:20px;
font-weight:bold;
}
h2 { font-size: 14px; margin-bottom:5px; margin-top:0px; color:#135b8c;}
h3 {
	font-size: 13px;
	margin-bottom:2px;
	margin-top:12px;
	color:#135b8c;
}
h4 { font-size: 12px; 	
	color:#135b8c;
	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: #135b8c;
}	

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

/* CTA */
.CTAHeader { 
font-family: Arial, Helvetica, sans-serif;
color: #135b8c;
font-size: 12px;
font-weight: bold;
}
.CTAFont {
font-family: Arial, Helvetica, sans-serif;
color: #252424;
font-size: 12px;
}

.CTALink {color:#252424; font-weight:bold;}
.CTALink a {color:#252424; font-weight:bold;}
.CTALink a:hover {color:#252424; font-weight:bold;}
.CTALink a:link {color:#252424; font-weight:bold;}

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

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

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

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