/********************************************************************************************/
/* 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 */
/* Any CSS defined in this file will be visible to the client in the SiteCM Manager's Editor */

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 14px Arial, Sans-Serif;
	color: #353535;
}

/* Lists */
ul, ol, li {
margin-bottom: 4px;}

/* Formatted Text */
pre {}

/* Headings */
h1, h2, h3, h4, h5, h6 {
padding: 0px;
	margin:0px;
	margin-bottom: 5px;

	line-height: 100%;
}
	
	

h1 {
	font-size: 28px;
	color: #5986b2; 
	font-weight: normal;	
}

h2 {
	font-size: 24px;
	color: black; 
	font-weight: normal;	
}

h3 {
	font-size: 20px; 
color: #5986b2; 
font-weight: normal;	
}

h4 {
	font-size: 16px;
		color: #6c6c6c;

}
	
h5 {
	font-size: 14px;
	color: #5986b2; 
	font-weight: normal;	
	line-height: 140%;
}

h6 {
	font-size: 10px; 
	color: #4A76A9;

}

/* Links - default */
a:link, a:visited, a:active{
	font-weight: bold;
	text-decoration: none;
	color: #d19a16;
}

 

a:hover {
	text-decoration: underline;
	color: #d19a16;
}	


a{ outline: none;}
.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 */
