/********************************************************************************************/
/* 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: 12px Arial, Tahoma, Sans-Serif;
	text-decoration: none;
	color: #373636;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

p{margin: 0 0 8px 0;}

/* Headings */
h1 {
	font-size: 20pt;
	color: #85735c; 
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 11pt;
	color:#000;
	padding: 0;
	margin: 0; 
}

h3 {
	font-size: 12pt;
	color:#699B32;
	padding: 0;
	margin: 0;
}

h4 {
	font-size: 13pt;	
	color: #85735c; 
	padding: 0;
	margin: 0; 
}
	
h5 {
	font-size: 9pt;
	padding: 0;
	color:#000;	
	margin: 0; 
}

h6 { font-size: 8pt; color: #699B32; font-weight: bold; padding: 0; margin: 0; }

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #0079C2;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #1A9FEF;
}	

a:hover {
	text-decoration: none;
	color: #003D7D;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #003D7D;
}

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 */
