/********************************************************************************************/
/* 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: normal 11px verdana, arial, san-serif;
	text-decoration: none;
	color: #353535;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {	
	font: verdana, san-serif;
	font-size: 26px;
	font-style: Normal;
	font-weight: normal;
	letter-spacing: -1px;
	color: #33824a;
	line-height: 2.2ex;
}

h2 {font-size: 22px;
	font-style: Normal;
	font-weight: normal;
	border-bottom: solid 1px #33824a;
	line-height: 2.2ex;
	}
	
h3 {
	font: verdana, san-serif;
	font-size: 18px;
	font-style: Normal;
	font-weight: normal;
	color: #33824a;
	line-height: 2.2ex;
	}
	
h4 {font-size: 16px;
	line-height: 2.2ex;
	}
	
h5 {font-size: 14px;
	line-height: 2.2ex;
	}
	
h6 {font-size: 12px;
	line-height: 2.2ex;
	}

a:link, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #33824a;
	}	

a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #33824a;
	}

a:hover {
	text-decoration: underline;
	color: #33824a;
	}	
.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 */