/* CSS Document */

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	font-size: 18pt;
	color: #990000;
}

h1.subheading {
	font-size: 16pt;
	color: #CC0000;
	font-style: italic;
}

h2 {
	color: #77501c;
}

textarea {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

input {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

a.menu:link, a.menu:visited {
	display: block;
	background: url(images/buttons.gif) no-repeat;
	font-size: 9pt;
	text-transform: capitalize;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	height: 23px !important;
	height: 33px;
	width: 100px;
	text-decoration: none;
}

a.menu:hover {
	background-position: 0px -33px;
	text-decoration: none;
	color: #fff;
}
