/********************************************************************************************/
/* 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: 13px Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	color: #6e5641;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-size: 26px;
	color: #388133; 
}

h2 { color: #937d67; font-size: 24px; }

h3 { color: #a6978a; font-size: 22px; }

h4 {
	font-size: 18px;
	color: #937d67; 
}
	
h5 { color: #2d7c2b; font-size: 18px; }

h6 {
	font-size: 13px; 
	color: #6e5641;
}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #73a833;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #73a833;
}	

a:hover {
	text-decoration: none;
	color: #73a833;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #73a833;
}

.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 */