/********************************************************************************************/
/* 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 13px Geneva, arial, sans-serif;
	text-decoration: none;
	color: #525252;
	line-height: 140%;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-size: 24px;
	color: #009ca3; 
	font-weight: normal;
		line-height: normal;
}

h2 {
	font-size: 20px; 
		color: #009ca3; 
	font-weight: normal;
		line-height: normal;
}

h3 {
	font-size: 16px; 
		color: #009ca3; 
	font-weight: normal;
		line-height: normal;
}

h4 {
	font-size: 13px;
		color: #009ca3; 
	font-weight: normal; 
		line-height: normal;
}
	
h5 {
	font-size: 12px; 
		color: #009ca3; 
			line-height: normal;

}

h6 {
	font-size: 11px; 
	color: #000000;
		line-height: normal;
}

/* Links - default */
a:link, a:visited,a:active  {
	font-weight: bold;
	text-decoration: none;
	color: #62bd19;
}	



a:hover {
	text-decoration: underline;
	color: #62bd19;
}	


a{ outline: none;}

.intro_text{
	
font-size: 17px;
line-height: 145%;
}
.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 */

