﻿/* BACKGROUND IMAGE CONTROL */
body {
	background: #B34100;
	margin: 16px 3px 26px 3px;
	font-family: verdana,arial,helvetica,tahoma,sans-serif;
}
/* TEXT CONTROL */
H1 {
	color: #B34100;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.1;
	margin-bottom: 6px;
}
H2 {
	color: #B34100;
	font-weight: bold;
	font-size: 15px;
}
#H3 {
	font-size: 12px;
	font-weight: bold;
	color: #72461F;
	margin: 0px;
	font-family: verdana,arial,helvetica,tahoma,sans-serif;
}
.div1 {
	width: 305;
	float: right;
	align: right;
	margin: 10px 1px 25px 35px;
}
.div2 {
	width: 390;
	float: right;
	align: right;
	margin: 10px 10px 10px 35px;
}
.bodytext {
	color: #000;
	font-size: 11px;
	line-height: 1.5;
}
.bodyheader {
	color: #B34100;
	font-weight: bold;
	font-size: 13px;
}
#footertext {
	color: #EAEAC8;
	font-size: 9px;
	line-height: 1.5;
	align: center;
}
.comment {
	color: #000000;
	font-size: 9px;
	line-height: 1.3;
}
.sideheader {
	color: #B34100;
	font-weight: bold;
	font-size: 13px;
}
.sidetext {
	color: #000;
	font-size: 11px;
	line-height: 1.3;
}
.tinytext {
	color: #000;
	font-size: 10px;
	line-height: 1.3;
}
.crumb {
	color: #666;
	font-size: 10px;
	line-height: 1.3;
}
.details {
	color: #B34100;
	font-weight: bold;
	font-size: 12px;
}
.whitetext {
	color: #ecf1f9;
}
.indent {
	padding: 0px 5px 0px 25px;
}
li {
	list-style-image: url('/images/bullet.gif');
}
/* --- HYPERLINK CONTROL --- */
a:link, a:active, a:visited {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: blue;
	text-decoration: none;
}
#footertext a:link, #footertext a:active, #footertext a:visited {
	color: #EAEAC8;
	text-decoration: none;
}
#footertext a:hover {
	color: #EAEAC8;
	text-decoration: underline;
}
p.crumb a:link, p.crumb a:visited, p.crumb a:active {
	color: #666;
	text-decoration: underline;
}
p.crumb a:hover {
	color: #666;
	text-decoration: none;
}
.comment img {
	padding: 10px;
	background-color: #F1F1F1;
	border: 1px solid #CCC;
	display: block;
}

/* --- FORM ELEMENT CONTROL --- */
form {
	margin-bottom: 0px;
}
.newsfield {
	width: 160;
	height: 18;
	color: #000;
	font-size: 11px;
	background-color: #FFFFFF;
	padding-left: 2px;
	border: 1px solid #6f7777;
}
.newsbutton {
	width: 70;
	height: 22;
	color: #000;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana;
	background-color: #F0F0F0;
	border-left: 3px double #acb5b5;
	border-right: 3px double #acb5b5;
	border-top: 3px double #c4cccc;
	border-bottom: 3px double #6f7777;
	background: #fefefe url('/images/background_form_element.gif') repeat-x;
}
.newsarea {
	width: 280;
	height: 70;
	color: #000;
	font-size: 11px;
	background-color: #FFFFFF;
	padding-left: 2px;
	border: 1px solid #6f7777;
}
.newslist {
	width: 160;
	height: 18;
	color: #000;
	font-size: 11px;
	background-color: #FFFFFF;
	padding-left: 2px;
	border: 1px solid #6f7777;
}
.menu {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #959580;
	height: 18px;
}
.menu2 {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	background-color: #ECF1F9;
	height: 18px;
}
