body {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 15px;
	text-align: left;
	cursor: default;
	}
	
table, td, div {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	word-spacing: 0px;
	letter-spacing: 0px;
	cursor: default;
	}

a:link, a:visited, a:active {
 	color: #1F77CA; 
	text-decoration: none;
	font-weight: bold;
	cursor: auto;
	}

a:hover {
	color: #1F77CA;
	text-decoration: underline;
	font-weight: bold;
	cursor: auto;
	}

.special A:link {
	text-decoration: none;
	color: white;
	font-size: 11px;
	cursor: auto;
}
.special A:visited {
	text-decoration: none;
	color: white;
	font-size: 11px;
	cursor: auto;
}
.special A:active {
	text-decoration: none;
	color: white;
	font-size: 11px;
	cursor: auto;
}
.special A:hover {
	text-decoration: underline;
	color: white;
	font-size: 11px;
	cursor: auto;
}

.body A:link {text-decoration: none; color: 1F77CA; font-size: 11px;}
.body A:visited {text-decoration: none; color: 1F77CA; font-size: 11px;}
.body A:active {text-decoration: none; color: 1F77CA; font-size: 11px;}
.body A:hover {text-decoration: underline; color: 1F77CA; font-size: 11px;}

input, select, option, textarea {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	word-spacing: 0px;
	letter-spacing: 0px;
	background-color: #FFFFFF;
	border: #000000 1px solid;
	scrollbar-face-color: #25411F;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: #25411F;
	scrollbar-3dlight-color: #25411F;
	scrollbar-shadow-color: #25411F;
	scrollbar-darkshadow-color: #25411F;
	scrollbar-track-color: #14280F;
	cursor: default;
	}

.head {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
	}
	
.special {
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 15px;
	text-align: center;
	cursor: default;
	}
	
hr {color: #000000; size: 1px;}