body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#473903;
	scrollbar-base-color: #D0CF48;
	scrollbar-arrow-color: #ffffff;
	margin-left : 0;
	margin-top : 0;
}

HR {
	color :#C5C444;
	width:80%;
	height:1px;
}


td,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#473903;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#473903;
}
A:LINK {
	color : #663366;
	text-decoration: none;
}
A:VISITED {
	color : #663333;
	text-decoration: none;
}
A {
	color : #663366;
	text-decoration: none;
}
A:HOVER {
	text-decoration : underline;
}

.inputSm {
	height:17;
	font-size:9px;
	width:230;
	background-color:#E0E898;
}

.input {
	height:18;
	font-size:12px;
	width:200;
	background-color:#E0E898;
}

.textareaContactSm {
	height:100;
	font-size:12px;
	width:230;
	background-color:#E0E898;
}

.textareaContact {
	height:100;
	font-size:12px;
	width:200;
	background-color:#E0E898;
}


.PadTable
{
	padding-right : 5px;
	padding-left : 40px;
}

.PadTableSmall
{
	padding-right : 5px;
}


.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid #725823;
font:normal 12px;
font-family: Arial, Helvetica, sans-serif;
line-height: 18px;
z-index: 100;
background-color: #E0E898;
width: 280px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);*/
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}