/* HTML elements */

body {
	margin: 0px;
	background-color: #FBF7EF;
	color: #000000;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

p {
	color: #000000;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

a, a:link, a:hover, a:active, a:visited {
	color: #000000;
	font-family: Times, Garamond, serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
	}






/* Classes */

	.highlight {
		background-color: #D8B47B;
		font-family: Times, Garamond, serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		text-decoration: none;
		color: #000000;
		}
		
	.spacer_line {
		background-color: #910D12;
		}
	
	.caption {
		font-family: Arial, Tahoma, Verdana, Sans-serif;
		font-size: 10px;
		font-style: italic;
		font-weight: normal;
		text-decoration: none;
		color: #000000;
		}
	
	.headline {
		font-family: Arial, Tahoma, Verdana, Sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		text-decoration: none;
		color: #000000;
		}
	
	a.copyright, a.copyright:link, a.copyright:hover, a.copyright:active, a.copyright:visited {
		color: #000000;
		font-family: Times, Garamond, serif;
		font-size: 11px;
		font-style: normal;
		text-decoration: underline;
		font-weight: normal;
		}
	
	.copyright {
		color: #000000;
		font-family: Arial, Tahoma, Verdana, Sans-serif;
		font-size: 10px;
		font-style: normal;
		text-decoration: none;
		font-weight: normal;
		}
		
	.calendar {
		border-style: solid;
		border-width: 1px;
		border-color: #910D12;
		font-family: Arial, Tahoma, Verdana, Sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #000000;
		}
	
	.dateline {
		background-color: #910D12;
		color: #FFFFFF;
		font-family: Arial, Tahoma, Verdana, Sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		vertical-align: middle;
		}
	
	
/* SITEBOTS CLASSES */

	.sb_form_required {
		color: #065590;
		font-size: 12px;
		font-weight: normal;
		font-family: Verdana, Arial, Tahoma, sans-serif;
		vertical-align: middle;
		}
	
	.sb_form_data {
		font-size: 12px;
		font-weight: normal;
		font-family: Verdana, Arial, Tahoma, sans-serif;
		vertical-align: middle;
		color: #000000;
		}

	.sb_form_header {
		color: #FBF7EF;
		font-size: 14px;
		font-weight: bold;
		font-family: Verdana, Arial, Tahoma, sans-serif;
		text-align: left;
		}
	
	.fieldText {
		background-color: #FFFFFF;
		font-size: 11px;
		font-weight: normal;
		font-family: Verdana, Arial, Tahoma, sans-serif;
		vertical-align: middle;
		color: #000000;
		border: solid #D8B47B 1px;
		}

	.bodytext {
		color: #000000;
		font-family: Arial, Tahoma, Verdana, Sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
		}	
