
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

body {
	margin: 25px;
	background: #F0EBDE;
}

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12px;
}

html { overflow: -moz-scrollbars-vertical; }

a {
	color: #333333;
	text-decoration: underline;
} a:hover {
	color: #990000;
	text-decoration: none;
}

.white { color: #999999; } a.white:hover { color: #999999; text-decoration: none; }
.red { color: #990000; }

.font10 { font-size: 10px; }
.font11 { font-size: 11px; }
.font12 { font-size: 12px; }
.font13 { font-size: 13px; }
.font14 { font-size: 14px; }
.font15 { font-size: 15px; }
.font16 { font-size: 16px; }

.bold { font-weight: bold; } a.bold:hover { text-decoration: none; }
.underline { text-decoration: underline; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.border { background-color: #000000; }
.navigation_menu { background-color: #284907; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.inputstyle, input.text, select.inputstyle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}

.navigation {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
} a.navigation:hover {
	color: #FFFFFF;
	text-decoration: underline;
} .selected {
    text-decoration: underline;
}

.page_body {
    padding: 15px;
	line-height: 2;
	text-align: justify;
	vertical-align: top;
}

.page_heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	color: #272727;
	margin-top: 10px;
	margin-bottom: 15px;
}

.footer_text {
	font-size: 11px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
