body
{
	background-color: #B9BC91;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #515F31;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A:link {color:#515F31; text-decoration: underline;}
A:visited {color:#515F31; text-decoration: underline;}
A:active {color:#515F31; text-decoration: underline;}
A:hover {color:#993300; text-decoration: underline;}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515F31;
}
input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515F31;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515F31;
}
form{
    margin: 0px;
}
.submit
{
	border: 1px solid #94A060;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	background-color: #B9C475;
	cursor: pointer;
	color: #FFFFFF;
	background-image: url(../images/btn_bg.jpg);
	background-repeat: repeat-x;
	height: 20px;
}
.pageName
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 7px;
	height: 20px;
}
.header
{
	font-size:14px;
	font-weight:bold;
}
.header_red {
	font-weight: bold;
	color: #993300;
}

.redText {
	color: #993300;
}
li {
	list-style-image: url(../images/bullet.gif);
	padding-bottom:2px;
	padding-top:2px;
}
.shad_l {
	background-image: url(../images/shad_l.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.shad_r {
	background-image: url(../images/shad_r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.table_main {
	width: 100%;
	height:100%;
}
.td_main {
	background-color: #E2E1C0;
	vertical-align: top;
	width: 780px;
	height: 100%;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
}
.td_underheader {
	background-image: url(../images/bg_main_no-col.gif);
	background-repeat: repeat-y;
	height: 8px;
}

.footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 45px;
	padding-top: 12px;
	vertical-align: top;
}
.footer_text {color:#EAEBDE; text-decoration: none; font-size: 10px;}
.footer_text A:link {color:#EAEBDE; text-decoration: underline;}
.footer_text A:visited {color:#EAEBDE; text-decoration: underline;}
.footer_text A:active {color:#EAEBDE; text-decoration: underline;} 
.footer_text A:hover {color:#FFFFFF; text-decoration: underline;}
.footer_sub {
	text-align: center;
	height: 20px;
}
.column_left {
	vertical-align: top;
	width: 244px;
}
.column_center {
	vertical-align: top;
	width: 522px;
	padding-left: 5px;
}
.td_content {
	vertical-align: top;
	padding-right: 7px;
	padding-left: 10px;
}

.input_login {
	background-color: #E9E8CF;
	width: 145px;
	border: 1px solid #98A175;
}
.text_small {
	font-size: 10px;
}
p{
	margin-bottom:9px;
	margin-top:9px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #AF3C0D;
	font-weight: normal;
	margin-bottom:0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #515F31;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #515F31;
	margin-bottom:9px;
	margin-top:9px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #AF3C0D;
}
h5 {
	font-size: 10px;
	font-weight: bold;
	color: #AF3C0D;
	margin-bottom:0px;
	margin-top:0px;
}


.bord_b {
	border-bottom: 1px dashed #818D3B;
}
.forms_style {
	width: 335px;
	background-color: #EFEFDC;
}
.forms_m {
	background-color: #EFEFDC;
	width: 250px;
}
.forms_ms {
	background-color: #EFEFDC;
	width: 132px;
}
.forms_s {
	background-color: #EFEFDC;
	width: 80px;
}
.forms_ss {
	background-color: #EFEFDC;
	width: 50px;
}

.bord {
	border: 1px solid #ABAA80;
}
.tr_bg {
	background-color: #D0D1A8;
}
th {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #74814D;
	background-image: url(../images/btn_bg.jpg);
	background-repeat: repeat-x;
}

.error_message
{
  color: #990000;
  text-align: center;
  font-weight: bold;
}
