body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	line-height: 16px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #64970A;
	text-decoration: none;
}
a:visited {
	color: #64970A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
li {
	list-style-type: square;
}
input,select,textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
