/********************************************************************************************/
/* 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 Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	color: #e2bd89;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}
h1,h2,h3,h4,h5,h6{margin: 0 0 18px 0; font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; font-weight: normal;}
/* Headings */
h1 {
	font-size: 24px;
	color: #c3871f; 
}

h2 {
	font-size: 20px; 
	color: #7f4f03;
}

h3 {
	font-size: 18px; 
	color: #7f4f03;
}

h4 {
	font-size: 18px;
	color: #c3871f; 
}
	
h5 {
	font-size: 16px; 
	color: #7f4f03;
}

h6 {
	font-size: 16px; 
	color: #c3871f;
}

/* Links - default */
a:link,
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #c3871f;
}

a:hover {
	text-decoration: none;
	color: #fac23b;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #c3871f;
}
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 */
.ui_main_content img {background: #985e03; padding: 2px; border: 4px solid #794b02;}
.Spacer img{padding: 0; border: 0; background: none;}
