/********************************************************************************************/
/* 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 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #353535;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-size: 20px;
	color: #005DAB; 
}

h2 {
	color: #6BAEDF;
	font-size: 18px; 
}

h3 {
	font-size: 16px; 
}

h4 {
	font-size: 14px;
	color: #005DAB; 
}
	
h5 {
	font-size: 12px; 
}

h6 {
	font-size: 10px; 
	color: #6BAEDF;
}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #005DAB; 
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #005DAB; 
}	

a:hover {
	text-decoration: none;
	color: #7EACD5;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #4A76A9;
}

.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 */

.times {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 30px;
	font-size: 12px;
	color: #005DAB;
	font-weight: bold;
}
