/********************************************************************************************/
/* 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, li, input, select, textarea {
	font: 11px verdana, arial, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: none;
	color: #000000;
	margin: 0px;
}

td, p {
	font: 11px verdana, arial, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: none;
	color: #000000;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {	
	font: bold 24px verdana, arial, sans-serif;
	color: #313E68;
	line-height: 1.5em;
	margin: 2px;
	}

h2 {
	font-size: 24px;
	line-height: 1.5em;
	}
	
h3 {
	font-size: 22px;
	color: #1888E8;
	border: 0px;
	border-bottom: solid 3px #1888E8;
	line-height: 1.5em;
	}

h4 {
	font-size: 20px;
	line-height: 1.5em;
	}
	
h5 {
	font-size: 18px;
	line-height: 1.5em;
	}
	
h6 {
	font-size: 16px;
	line-height: 1.5em;
	}
	
/* Links - default */
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #1888E8;
	}	

a:hover {
	text-decoration: underline;
	}

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #1888E8;
}
.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 */

.small{

	font: 10px verdana, arial, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: none;
	color: #000000;
}