/********************************************************************************************/
/* 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: 11px Arial, Tahoma, Sans-Serif;
	text-decoration: none;
	color: #58595b;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-size: 18px;
	color: #005272; 
	padding: 0;
	margin: 0;
	font-weight: normal;
}

h2 {
	font-size: 15px; 
	padding: 0;
	margin: 0;
	color: #58595b;
	text-transform: uppercase;
}

h3 {
	font-size: 13px; 
	padding: 0;
	margin: 0;
	color: #396785;
	text-transform: uppercase;
}

h4 { font-size: 13px; color: #005272; font-family: Georgia, "Times New Roman", Times, serif; font-weight: lighter; font-style: italic; padding: 0; margin: 0; }
	
h5 {
	font-size: 13px; 
	padding: 0;
	margin: 0;
}

h6 {
	font-size: 11px; 
	color: #396785;
	padding: 0;
	margin: 0;
}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #396785;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #396785;
}	

a:hover {
	text-decoration: none;
	color: #353535;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #396785;
}

.bookmark {color:#005272;} 

a.bookmark:link {color:#005272;}
a.bookmark:active {color:#005272;}
a.bookmark:hover{color:#005272;}
a.bookmark:visited{color:#005272;}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */

p.greyborder, td.greyborder{
	border: 2px solid #353535;
	border-bottom-style: ridge
	padding: 10px;
}

