/* CSS Document */

body {
	font-family: verdana, arial ce, helvetica ce, arial, helvetica;
	font-size: 9pt;
	color: #EB9454;
	scrollbar-face-color: #4A651E;
	scrollbar-shadow-color: #EDE3AC;
	scrollbar-highlight-color: #4A651E;
	scrollbar-3dlight-color: #EDE3AC;
	scrollbar-darkshadow-color: #4A651E;
	scrollbar-track-color: #4A651E;
	scrollbar-arrow-color: #EDE3AC;
	text-align: none;
}

table {
	font-family: verdana, arial ce, helvetica ce, arial, helvetica;
	font-size: 9pt;
}

input {
	background-color: #D2F7D3;
	border-style: solid;
}
textarea {
	background-color: #D2F7D3;
	border-style: solid;
}

a:link {
	text-decoration: none;
	color: #000;
	font-size: 9pt;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #000;
	font-size: 9pt;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #C30;
	font-size: 9pt;
	font-weight: normal;
}
