a:link {
	text-decoration: none;
	color: #EEAD00;
}
a:visited {
	text-decoration: none;
	color: #EEAD00;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #000066;
}
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding: 5px;
}
.text_right {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding: 5px;
	text-align: right;
}.text_header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding: 5px;
	color: #2D2D09;
	font-weight: bolder;
}
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	padding: 5px;
	font-weight: bold;
	text-transform: capitalize;
}
.heading_section {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	padding: 5px;
	font-weight: bold;
	text-transform: capitalize;
	padding-left: 15px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: thin;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: thin;
	border-color: #FFFFFF;
	background-color: #999999;
	color: #FFFFFF;
}
.heading_section_sub {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding: 5px;
	font-weight: bold;
	text-transform: capitalize;
	padding-left: 80px;
	border-top-color: #FFFFFF;
	border-top-style: none;
	border-top-width: thin;
	border-right-color: #FFFFFF;
	border-right-style: none;
	border-right-width: thin;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #FFFFFF;
	border-left-style: none;
	border-left-width: thin;
	background-color: #999999;
	color: #FFFFFF;
	text-align: right;
	margin-right: 0px;
}
