a:LINK {
	color : #6B8E23;
	text-decoration : none
}
a:ACTIVE {
	color : orange;
	text-decoration : none
}
a:VISITED {
	color : 6B8E23;
	text-decoration : none
}
a:HOVER {
	color : black;
	text-decoration : none;
}

body {
	font-size: 11px;
	font-family:vardana, tahoma, arial;
	background-color : #FFFFFF;
	color : black
}

td { font-size: 11px }

input, select,textarea {
	font-size: 11px;
	font-family: verdana, tahoma;
	background-color : #EEEEEE;
}

