/********************************************************************************************/
/* 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 12px Arial, Sans-Serif;
	text-decoration: none;
	color: #000;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

hr {
	border: 0;
	color: #00A94F;
	background-color: #00A94F;
	height: 2px;
	width: 100%;
	text-align: left;
}

/* Headings */
h1 {
	font-size: 18px;
	color: #00A94F; 
}

h2 {
	font-size: 16px; 
	color: #3F1900;
}

h3 {
	font-size: 14px; 
	color: #00A94F; 
}

h4 {
	font-size: 12px;
	color: #61A1C2; 
}
	
h5 {
	font-size: 12px; 
	color: #3F1900;
	margin: 10px 0 5px 0;
}

h6 {
	font-size: 12px; 
	color: #3F1900;
	margin: 0px;
}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #61A1C2;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #61A1C2;
}

a:hover {
	text-decoration: none;
	color: #353535;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #61A1C2;
}

.small {font-size: 10px;}


.green {	color: #00A950; }	


.more {color:#61A1C2;} 

a.more:link {color:#00A94F;}
a.more:active {color:#00A94F;}
a.more:hover{color:#00A94F;}
a.more:visited{color:#00A94F;}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */