@charset "utf-8";
body {
	background-image: url(images/body_bkg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #141414;
}
.body-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
.page_hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #009900;
}
.page_hdr2 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.menu_link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.menu_link  a {
	font-family: tahoma;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}
.menu_link   a:hover   {
	color: #52CB00;
}


.ftr_menu_link {
	font-family: tahoma;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
}
.ftr_menu_link a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}
.ftr_menu_link a:hover {
	color: #38E704;
	text-decoration: none;
}
.ver-12-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.ver-14-green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9DD101;
}
.ver-12-gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C5C5C;
}
.ver-13-green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006F00;
}
.body-txt a {
	color: #000066;
	text-decoration: none;
}
.body-txt a:hover {
	color: #000066;
	text-decoration: underline;
}
.ver-10-white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.orange-txt {
	color: #FF9900;
	font-size: 13px;
}
.red-txt {
	color: #A40000;
}
