/* CSS Document */

:focus {
	outline: none;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #004200;
}

a
{
color: #060;
text-decoration: none;
font-weight: bold;
}

a:hover
{
text-decoration: underline;
color: #004200;
}

.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.copyright {
	font-size: 10px;
	color: #006633;
	font-weight: normal;
}
a.footer_menu {
	font-size: 10px;
	color: #006633;
	text-decoration: none;
}
a.footer_menu:hover {
	text-decoration: underline;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	line-height: 1.35em;
}
.tbl_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.35em;
	font-weight: bold;
}
.tbl_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996633;
	line-height: 1.35em;
	text-decoration: none;
}
a.tbl_text:hover {
	text-decoration: underline;
}
.frmText2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	line-height: 1.35em;
	text-decoration: none;
}
a.in_text_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #060;
	line-height: 1.35em;
	font-weight: bold;
	text-decoration: none;
}
a.in_text_link:hover {
	text-decoration: underline;
	color: #004200;
}
.license {

	font-size: 10px;
	color: #999999;
	font-weight: normal;
}

