body {
	margin:0px;
	background-color:#C2BF90;
	color : #666666;
}

a:link {
	color : #333333;
	text-decoration : underline;
}

a:visited {
	color : #333333;
	text-decoration : underline;
}

a:hover {
	color : #C2BF90;
	text-decoration : none;
}

a:active {
	color : #333333;
	text-decoration : underline;
}

body, td, input, select {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.header {
	font-family : "Times New Roman", Times, serif;
	font-size : 18px;
	font-weight : bold;
	color : #883C2F;
}

.button {
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	cursor : hand;
}

.field {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	border : 1px groove #CCCCCC;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
}

.table {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color:#EEEEEE;
	border:#999999 1px solid;
}
