/********************************************************************************************/
/* 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 11px Arial, Tahoma, Sans-Serif;
	text-decoration: none;
	color: #353535;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font: normal normal 20px Arial, Sans-Serif;
	color: #ffa500; 
}

h2 {
	font: normal normal 18px Arial, Serif;
	color: #353535; 
	margin: 5px;
}

h3 {
	font-size: 16px; 
	color: #999; 
	font-weight: normal;
	margin: 5px;
}

h4 {
	font-size: 14px;
	color: #30500D; 
	font-weight: normal;
}
	
h5 {
	font: normal normal 12px Arial, Serif;
	color: #ffa500; 
}

h6 {
	font-size: 10px; 
	color: #000;
}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #5396C9;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #5396C9;
}	

a:hover {
	text-decoration: none;
	color: #3878B4;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #5396C9;
}

.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 */