body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	color:#333333;
	padding:0px;
}
form{
display:inline;
}
.txtbox{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 18px;
	color: #666666;
	text-indent: 5px;
}

a.nav-link
	{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4C871D;
	text-decoration:none;
	padding-top:8px;
	padding-left:20px;
	height:20px;
	font-weight:bold;
	}	

a.nav-link:hover
	{
/*	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
	color: #D9541C;
	}
	
a.active-link
	{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#427418;
	text-decoration:none;
	padding-top:8px;
	padding-left:20px;
	height:20px;
	font-weight:bold;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

a.sub-link
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5F6A51;
	text-decoration:none;
	padding:5px 12px;
	text-transform:uppercase;
	font-weight:bold;
	}		
a.sub-link:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
a.normal-link
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5F6A51;
	text-decoration:none;
	height:20px;
	font-weight:bold;
	}		
a.normal-link:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	}	
.txthead {
	font-size: 36px;
}
.txthead2 {
	font-size: 16px;
	color: #555555;
}

.bg_footer {
	background-image: url(../images/banner_foot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 258px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	vertical-align: bottom;
}

.spacer {
	font-size: 5px;
}
.spacer1 {
	font-size: 8px;
}
.txtsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}
.txtsmallest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
}

.txtsmallblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.line_vertical {
	background-image: url(../images/vertical_line.gif);
	background-repeat: repeat-y;
	background-position: center center;
}


.bg_head {
	background-image: url(../images/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:237px;
}
.txtalert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: blink;
}
.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg_btn.jpg);
	background-repeat: repeat-x;
	width: 100px;
	height: 30px;
	border: 1px solid #D2E8FB;
}

