a {
	color: #878800;
	font-weight: bold;
	line-height: 150%;
	text-transform: capitalize;
}

a:hover {
	background: #878800;
	color: #FFFFFF;
	text-decoration: none;
}

a.footer
		 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: none;
}

a.footer:hover
		 {
	background: #FFFFFF;
	color: #000000;
	text-decoration: underline;
}

form {
	display: inline;
}

input {
	border-color: #808080;
	border-style: solid;
	border-width: 1px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: xx-small;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 125%;
	text-decoration: none;
}

ul {
	list-style-image: url(arrow.gif);
}

.border {
	border: 2px dotted #808080;
}

h1 {
	font-weight:bold;
	font-size:20px;	
}

h3 {
	font-weight:bold;
	font-size:13px;
}