.content {
	font-size : 1px;
}
BODY, DIV, P, TABLE, TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
}
A {
	font-size : 13px;
	color : #2E5B16;
	text-decoration : none;
}
A.small {
	font-size : 10px;
}
A:HOVER {
	color : White;
	text-decoration : underline;
	font-weight : bold;
}

.small {
	font-size : 10px;
}
.bg {
	background-repeat : no-repeat;
		}

INPUT {
	background-color : #969696;
	border : 1px solid White;
}

TEXTAREA {
	background-color : #969696;
	border : 1px solid White;
}

SELECT {
	background-color : #84E184;
	border : 1px solid Green;
}

CHECKBOX {
	background-color : #84E184;
	border : 1px solid Green;
}