/********************************************************************************************/
/* 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: 12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 2.9ex;
	text-decoration: none;
	color: #424A52;
	margin: 0px;

}

p {
	margin-bottom: 5px;
}

h1 {
		font-size: 24px;
		color: #83aecf;
	line-height: 2.0ex;
	margin-bottom: 5px;
}

h2 {
	font-size: 20px;
	color: #00599c;
	line-height: 2.0ex;
	margin-bottom: 5px;
}
	
h3 {
	font-size: 16px;
	color: #4284b6;
	line-height: 2.0ex;
	margin-bottom: 5px;
}

h4 {
	font-size: 12px;
	color: #00599c;
	line-height: 2.0ex;
	margin-bottom: 5px;
}
	
h5 {
	font-size: 12px;
	color: #ffffff;
	line-height: 2.0ex;
	background-color: #4284b6;
	padding: 2px;
	margin-bottom: 5px;
}
	
h6 {
	font: 11px arial,helvetica,verdana, sans-serif;
	font-weight: bold;
	line-height: 2.9ex;
	text-align: right;
	text-decoration: none;
	color: #4284b6;
	margin: 0px;
	margin-bottom: 5px;
}

a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #D48500;
}	


a:hover {
	color: #D48500;
text-decoration:underline;
}	



.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 */