/********************************************************************************************/
/* 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 {
	text-decoration: none;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { font-size: 23px; color:#333; line-height: 2.5em; margin: 2px; }
h2 { font-size: 20px; color:#333; line-height: 2.5em; margin: 2px; }
h3 { font-size: 18px; color:#333; line-height: 2.5em; margin: 2px; }
h4 { font-size: 16px; color:#6e8aa3; line-height: 2.5em; margin: 2px; }	
h5 { font-size: 14px; color:#6e8aa3; line-height: 2.5em; margin: 2px; }
h6 { font-size: 12px; color:#ffffff; line-height: 1.5em;}

/* Links - default */
a:link, a:active, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #45776e;
}	

/* Links - hover (onmouseover) */
a:hover {
	text-decoration: underline;
}	

/* Forms */
form { margin: 0px; padding: 0px; }

a.summarycontentlink{
	color:#ffffff;
	font-weight: bold;

}