/********************************************************************************************/
/* 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 {
	font: normal normal 11px Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	color: #353535;
	line-height:14px;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-size: 18px;
	color: #041d4c; 
	padding-bottom: 0px;
	margin-bottom:0px;line-height: 20px;
}

h2 {
	font-size: 16px; 
	color: #a5b900;
	padding-top: 0px;
	margin-top:5px;
	 line-height: 18px;
}

h3 {
	font-size: 14px; 
	color: #21a2e3;
}

h4 {
	font-size: 12px;
	color: #21a2e3;  text-transform:uppercase;
		padding-top: 15px;
	margin-top:0px;
}
	
h5 {
	font-size: 12px; 
	text-transform: uppercase;
	color: #a5b900;
	
}

h6 {
	font-size: 12px; 
	color: #000;
	text-transform: uppercase;
}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #21A2E3;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.sideQuote {color: #35b6ea; font-size:12px; font-weight:bold;line-height:16px;}




/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
.nobold {font-weight:normal;}
.nobold a{font-weight:normal;}
table .nobold a {font-weight:normal;color: #014181;}
table .nobold a:hover {font-weight:normal; color: #21A2E3;}

.blueBold {color: #014181; font-weight:bold;}
.blueNormal {color: #014181; font-weight:normal;}

.ctawrapper {background: #ebf2bd; color:#000000; width:200px; padding:15px;}
.ctawrapper a{font-weight:normal;}
.ctawrapper a:hover{font-weight:normal;}

