a {
	font-size: 11px;
	color: #73210F ;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	font-size: 11px;
	color: #FEBA00;
	text-decoration: none;
}
body {
	margin: 1px;
	font-family: 'tahoma' ;
	font-size: 11px ;
	color: black ;
	background-position : center;
	background-attachment : fixed;
	background-image: url(images/background.gif);
	cursor:url("images/baton.cur");

}
table {
	border-collapse:collapse;
	border:none;
	background-color : transparent;
}
td {
	color: #73210F ;
	border: none;
	padding-left: 2px;
	padding-right: 2px;
	font-family: 'tahoma' ;
	font-size: 11px ;
	background-color : transparent;
}
input {
	color: black ;
	border: 1px solid #73210F;
	font-family: 'tahoma' ;
	font-size: 11px ;
}
select {
	color: #73210F ;
	font-family: 'tahoma' ;
	font-size: 11px ;
}
textarea {
	color: #73210F ;
	border: solid #73210F 1px;
	font-family: 'tahoma' ;
	font-size: 11px ;
}
.bluehead {
	color: blue ;
	font-weight: bold;
	font-size: 11px;
}
.maroonhead {
	color: #73210F ;
	font-weight: bold;
	font-size: 11px;
}
.yellowhead{
	color: #FEBA00 ;
	font-weight: bold;
	font-size: 11px;
}
.redhead {
	color: red ;
	font-weight: bold;
	font-size: 11px;
}
.whitehead {
	color: white ;
	font-weight: bold;
	font-size: 11px;
}

.alternatingitem td {
	background-color: transparent;
}




div.borders {}
div.borders table {
	border: 1px solid #73210F;
}
div.borders td {
	border: 1px solid;
	border-color:#73210F;
}




div.noborders {}
div.noborders input {
	border: none;
}



.listtableheader {
	font-weight: bold;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FEBA00;
	color: #73210F ;
	text-align: left;
}
.formtableheader {
	font-weight: bold;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FEBA00 ;
	color: #73210F ;
	text-align: right;
}