/********************************************************************************************/
/* 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 12px Verdana, Tahoma, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #353535;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

p,h1,h2,h3,h4,h5,h6{margin: 0 0 10px 0;}

/* Headings */
h1 {
	font-size: 22px;
	color: #452103; 
	font-weight: normal;
}

h2 {
	color: #452103;
	font-size: 18px;

}

h3 {
	color: #452103;
	font-size: 18px;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #94846d;
}

h4 {
	font-size: 14px;
	color: #452103; 
}
	
h5 {
	font: normal 14px/16px Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	margin: 0;
}

h6 {
	font-size: 10px; 
	color: #452103;
}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #452103;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #452103;
}

a:hover {
	text-decoration: none;
	color: #d6a436;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #452103;
}
a{ outline: none;}
.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 */
