.bodytext {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}
.bodytext-orange {
	font-family: Tahoma;
	font-size: 14px;
	color: #FF7C07;
}
.bodytext-blue {
	font-family: Verdana;
	font-size: 12px;
	color: #003366;
}
.bodytext-white {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
.border {
	border: 1px solid #22498A;
}




body {
	background-color: #101A01;
	background-image: url(images/body_bg.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: left top;
}
.btn {
	height: 26px;
	width: 530px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.btn li {
	padding: 0px;
	height: 26px;
	width: 97px;
	background-image: url(images/btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	line-height: 26px;
	text-align: center;
}
.btn li a {
	padding: 0px;
	height: 26px;
	width: 97px;
	background-image: url(images/btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	line-height: 26px;
	margin: 0px;
}
.btn li a:hover {
	padding: 0px;
	height: 26px;
	width: 97px;
	background-image: url(images/btn-hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	line-height: 26px;
	margin: 0px;
	text-align: center;
}


