body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : xx-medium;
	color: #000000;
	font-weight: bold;
}

h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : medium;
	color: #000000;
	font-weight: bold;
}

h3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	color: #000000;
}

td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color: #000000;
}

hr {color : #003300;
	size:1;
	width:100%;
}

		a {
		text-decoration : none;
		color : #996633;
		font-weight:bold;
}
		a:visited {
		text-decoration : none;
		color: #996633;
		font-weight:bold;
}
		a:hover {
		text-decoration : underline;
		color: #000000;
		font-weight:bold;
}
input.textfield {
	border-color : #996633;
	border-style : solid;
	border-width : 1px;
}
input.button {
	border-color : #996633;
	border-style : solid;
	border-width : 1px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : xx-small; 
}

