/********************************************************************************************/
/* 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, Helvetica, sans-serif;
	text-decoration: none;
	color: #353535;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {	
	font-size: 24px;
	font-weight: bold;
	color: #463468;
	line-height: 2.0ex;
		margin-top:8px;
		margin-bottom:5px;

	}

h2 {
font-size: 20px;
	font-weight: bold;
	color: #6B5C86;
	line-height: 2.0ex;
		margin-top:8px;
		margin-bottom:5px;
	}
	
h3 {
font-size: 16px;
	font-weight: bold;
	color: #ABA300;
	line-height: 2.0ex;
			margin-top:8px;
		margin-bottom:5px;
	}
	
h4 {
font-size: 14px;
	font-weight: bold;
	color: #ABA300;
	line-height: 2.0ex;
		margin-top:8px;
		margin-bottom:5px;
	font-style: italic;
	}
	
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #463468;
	line-height: 2.0ex;
		margin-top:8px;
		margin-bottom:5px;
	border-bottom: 1px dotted #6B5C86;
	}
	
h6 {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 3.1ex;
	text-decoration: none;
	color: #463468;
		margin-top:8px;
		margin-bottom:5px;
	}


/* Links - default */
a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #AC5200;
}	

/* Links - hover (onmouseover) */
a:hover {
text-decoration: underline;
}	

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
.footnote{
	font-size:10px;
}
td.greenbox{
	background-color: #e7e5b7;
	padding:5px;
margin:5px;


}