/********************************************************************************************/
/* 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, Sans-Serif;
	text-decoration: none;
	color: #47362c;

}
p{
	margin-top:5px;
	margin-bottom:5px;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
	h1{
	font-size: 20px;
line-height: 2.5ex;
	margin:2px;
}

h2 { 
	font-size: 18px; 
	
	line-height: 2.5ex;
	margin:2px;
}

h3 { 
	font-size: 16px; 
	
	line-height: 2.5ex;
	margin:2px;
}

h4 { 
	font-size: 14px;
	
	line-height: 2.5ex;
	margin:2px;
}	

h5 { 
	font-size: 11px;
color:#ffffff;
	line-height: 2.5ex;
		margin:2px;
margin-top:10px;
	background: #47362c;
}

h6 { 
	font-size: 12px;
	
	line-height: 2.5ex;
	margin:2px;
	font-style: italic;
}


/* Links - default */
a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #677e90;
}	

/* Links - hover (onmouseover) */
a:hover {
	text-decoration: underline;
	color: #677e90;
}	

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */