@charset "utf-8";
/* CSS Document */


/* body structure */
body {margin:0px;}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* ID Style */



/* Class style */
.body-heading-text {
	font-family: "Arial Narrow";
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #9a9f00;
}
.body-text {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.news-top-text {
	font-family: Verdana;
	font-size: 12px;
	color: #cccccc;
	text-align: justify;
}
.featured-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.copyright-text {
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
	color:#000000;
}
.sub-heading {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #868b00;
}
.menu-table {
	border-bottom-width: 0.1mm;
	border-bottom-style: solid;
	border-bottom-color: #bcbf65;
}
.menu-text {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-left: 80px;
	font-weight: bold;
}
.form_button {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #a3a25d;
	text-align: center;
	border: 1px solid #a3a25d;
}

