body {
    scrollbar-track-color: #e2f2d7; 
    scrollbar-arrow-color: #ff7700; 
    scrollbar-shadow-color:#5a5a5a; 
    scrollbar-face-color: #73d101; 
    background: url(images/background.jpg) fixed
    font-family: Helvetica;
}

td, textarea {
	font-family: Tahoma;
	font-size: 12px;
	color: #669f23;
	font-weight: normal;
}


th {
	font-family: Tahoma;
	font-size: 14px;
	color: #669f23;
	font-weight: 900;
}


.inputbox {
    border: 1px solid #cccccc;
    padding: 3px 3px 3px 5px;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    height: 20px;
}

a:link {
	color: #669f23;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

}
a:hover {
	color: #ff7700;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: none;
}


a:visited {
	color: #669f23;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;

}
