/* CSS Document */

BODY {
	background-color: #FBFBFB;
	margin: 0px;
}
FORM {
	margin: 0px;
}
LI {
	list-style-type: square;
}
A,A:LINK,A:VISITED {
	color: #F7A535;
	font-weight: bold;
	text-decoration: underline;
}
A:HOVER {
	color: #E98A0A;
	font-weight: bold;
	text-decoration: none;
}
INPUT,TEXTAREA,SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111111;
}
