/********************************************************************************************/
/* 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-family: Arial, Helvetica, sans-serif;
}
body, td, p {
	line-height: 17px;
	font-size: 11px;
	color: #666;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { font-size: 19px; color: #007D85; font-weight: bold; }
h2 { font-size: 16px; }
h3 { font-size: 18px; }
h4 {
	font-size: 12px;
	color: #652D8A;
	line-height: 17px;
}
h5 { font-size: 12px; color: #007D85; }
h6 { font-size: 10px; }

/* Links - default */
a:link {
	color: #652D8A;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #652D8A;
}

a:hover {
	text-decoration: none;
	color: #652D8A;
}

a:active {
	text-decoration: underline;
	color: #652D8A;
}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
/* define custom css classes that you would like access to in the content editor */

/* examples: */
/* table.myclass {} - table specific classes */
/* tr.myclass {} - table row specific classes */
/* td.myclass {} - table cell specific classes */
/* img.myclass {} - image specific classes */
/* p.myclass {} - paragraph specific classes */

/* Required Declarations */

.DoNotPrint {} /* this is to apply to content elements that you do not want to be included on print to page */

ul {
	margin-left: 4px;
	padding-left: 0px;
	list-style-type: none;
	margin-bottom: 0;
}

li {
	margin-left: 1em;
	line-height: 17px;
	list-style-type: none;
	background: transparent url(/images/bullet.gif) no-repeat 0px 5px;
	padding-left: 15px;
}
