/********************************************************************************************/
/* 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 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #3F3F3F;
	line-height: 1.5em;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-size: 24px;
	color: #002891; 
		margin-bottom:3px;
		margin-top:8px;
		letter-spacing: 3px;
		}

h2 {
	font-size: 18px; 
	color: #002891; 
	font: italic;
		margin-bottom:3px;
		margin-top:6px;
}

h3 {
	font-size: 16px; 
		color: #000000;
			margin-bottom:3px;
		margin-top:6px;
		font-weight:normal;
		line-height: 1.5em;
}

h4 {
	font-size: 14px;
	color: #002891; 
		margin-bottom:3px;
		margin-top:6px;
}
	
h5 {
	font-size: 12px; 
		margin-bottom:3px;
		margin-top:6px;
		color:#000000;
}

h6 {
	font-size: 10px; 
color: #002891; 
		margin-bottom:3px;
		margin-top:6px;
}

/* Links - default */
a:link, a:visited, a:active  {
	font-weight: bold;
	text-decoration: none;
	color: #74a42f;
}	



a:hover {
	text-decoration: underline;
color: #74a42f;
}	
.testimonials {
	font: normal normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #2A2A2A;
	line-height: 1.5em;
	font-style: normal;
}

.bookmark {color:#353535;} 

a.bookmark:link {color:#353535;}
a.bookmark:active {color:#353535;}
a.bookmark:hover{color:#353535;}
a.bookmark:visited{color:#353535;}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
