/* CSS Document */
BODY {
		font-family : Verdana,Arial;
		font-size : 11px;
		color : #426d18;
}

TD {
		font-family : Verdana,Arial;
		font-size : 11px;
}

TH {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #426d18;
	font-size: 14px;
}

A{
		text-decoration : none;
		color : #3D3D3D;
}

A:VISITED{
		text-decoration : none;
		color : #3D3D3D;
}

A:ACTIVE{
		text-decoration : none;
		color : #3D3D3D;
}

A:HOVER{
		text-decoration : underline;
		color : #790000;
}

select {
		font-family : Verdana,Arial;
		font-size : 11px;
		color : #444444;
}

input {
		font-family : Verdana,Arial;
		font-size : 11px;
		color : #444444;
}
