@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #383838;
	font-style: normal;
	font-weight: normal;
	background-color: #173418;
	margin-top: 0px;
	line-height: normal;
}

.bold_orange {
	color: #173418;
	font-weight: bold;
	
}

.bold_white {
	color: #383838;
	font-weight: normal;
	
}

h1,h2 {
	font-weight: normal;
	font-family: Arial, Verdana;
	color: #173418;
	font-size: 16px;
}
h3 {font-weight: bold;font-family: Arial, Verdana; color: #000000; font-size: 12px;}

.tblleft_bg {
	background-image: url(../img/tbl_leftbg.png);
	background-repeat: repeat-y;
}
.tdaddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align:center;
	font-weight:normal;
	
}

.tblright_bg {
	background-repeat: repeat-y;
}


img {
	border: 0px;
}



.menubg {
	height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #8bce00;
	background-repeat: repeat-y;
	padding-left: 22px;
	
}

a:link {
	color: #FF8000;
	text-decoration:none;
}
a:visited {
	color: #9ccc33;
	text-decoration:none;
}
a:hover {color: #9ccc33; text-decoration:none;}
a:active {
	color: #003300;
} 

a.menu:link {color: #ffffff; text-decoration:none; font-weight: bold; }
a.menu:visited {color: #ffffff; text-decoration:none; font-weight: bold;}
a.menu:hover {color: #173418; text-decoration:none; font-weight: bold;}
a.menu:active {color: #ffffff; text-decoration:none; font-weight: bold;} 


a.white:link {color: #383838; text-decoration:none; font-weight: bold; }
a.white:visited {color: #383838; text-decoration:none; font-weight: bold;}
a.white:hover {color: #545454; text-decoration:none; font-weight: bold;}
a.white:active {color: #383838; text-decoration:none; font-weight: bold;} 

label { font-weight: bold; }

form input[type="text"] { width: 200px;}
form textarea { width: 200px;}
