A:link, A:visited  {text-decoration: underline; font-weight: bold; font-size: 9pt; color: maroon; }

A:hover {text-decoration: underline; font-weight: bold; font-size: 9pt; color: #F55709}

IMG {
	border:0;
}

body, table  {
	font-family: arial, verdana, sans serif;
	font-size: 9pt;
	color: #000000;

}



select, input {
	font-family: arial, verdana, sans serif;
	color: white;
	background-color: #A66464;
	border: 2px solid maroon; 
	padding: 0;
}

.fixedwidth { width: 100px; }

select.btnhov, input.btnhov { 
	border-color: #470101; 
}
input.btnhov { 
	color: #5D0101;
}

[disabled] { /* Text and background colour, medium red on light yellow */
	color:#933;
	background-color:#ffc;
}

.postheader {
	background-color: #99cc33;
}

.stand {
	font-family: arial, verdana, sans serif;
	font-size: 15pt;
	font-style: normal;
	color: #99cc33;
}

.standsm {
	font-family: arial, verdana, sans serif;
	font-size: 12pt;
	font-weight: bold;
	color: #99cc33;
}
 
.floatright {
	 float: right;
	 margin: 0 0 20px 20px;
	 text-align: center;
}

.floatleft {
	 float: left;
	 margin: 0 20px 20px 0;
	 text-align: center;
}

.footer {
	font-family: arial, verdana, sans serif;
	font-size: 9pt;
	color: #000000;
}
	
.footer A:link, .footer A:visited {
	font-family: arial, verdana, sans serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
	
.footer A:hover {
	color: maroon;
}

