/********************************************************************************************/
/* 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: #545454;
	
	margin-bottom:5px;
	margin-top:0px;

}
.redbg{
	background-color: #a82a31;
}

/* Lists */
ul, ol, li {
margin-bottom:2px;
	margin-top:0px;}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-size: 22px;
	color: #a82a31; 

margin-bottom:2px;
	margin-top:0px;
}

h2 {
	font-size: 18px; 
	color: #59161a; 
margin-bottom:2px;
	margin-top:8px;
	font-style: italic;
}

h3 {
	font-size: 14px; 
	
margin-bottom:2px;
	margin-top:4px;
	color: #a82a31; 
}

h4 {
	font-size: 12px;
color: #59161a;  
font-style: italic;
margin-bottom:2px;
	margin-top:4px;
}
	
h5 {
	font-size: 12px; 
	margin-bottom:2px;
		margin-top:4px;
		color: #000000;
}

h6 {
	font-size: 10px; 
color: #000000;
	margin-bottom:2px;
		margin-top:4px;
		font-weight: bold;
}


/* Links - default */
a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #C77900;
}	



a:hover {
	text-decoration: underline;
	color: #C77900;
}	






/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */

.white_title{
	
	font-size: 14px;
color: #ffffff;  
font-style: italic;
font-weight:bold;
margin-bottom:2px;
	margin-top:4px;

}
.white_body{
	color:white;
}

.bookmark {color:#353535;} 

a.bookmark:link,a.bookmark:active, a.bookmark:hover, a.bookmark:visited  {color:#353535;}