/********************************************************************************************/
/* 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 */
/* Any CSS defined in this file will be visible to the client in the SiteCM Manager's Editor */

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #675747;
	line-height: 1.5em;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-size: 24px;
	color: #01476B; 
		margin-bottom:3px;
		margin-top:8px;
		
		line-height: normal;
		}

h2 {
	font-size: 19px; 
	
	color: #01476B; 
		margin-bottom:3px;
		margin-top:6px;
}

h3 {
	font-size: 16px; 
	color: #68A5C4; 
			margin-bottom:3px;
		margin-top:6px;
		font-weight:bold;
		line-height: 1.5em;
		font: italic;
}

h4 {
	font-size: 14px;
	color: #68A5C4; 
		margin-bottom:3px;
		margin-top:6px;
}
	
h5 {
	font-size: 12px; 
		margin-bottom:3px;
		margin-top:6px;
	color: #01476B; 
}

h6 {
	font-size: 10px; 
color: #01476B; 
		margin-bottom:3px;
		margin-top:6px;
}

/* Links - default */
a:link, a:visited, a:active  {
	font-weight: bold;
	text-decoration: none;
	color: #f47b44;
}



a:hover {
	text-decoration: none;
	color: #f47b44;
}	


.dark_blue_text{
	color: #01476B;
}
.dark_blue_text_big{
	color: #01476B;
	font-size: 14px;
	line-height: 1.6em; 
}
.light_blue_text{
	color: #68A5C4;
}
.brown_text{
	color: #8A7967;
}

.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 */


