div.title
{
	text-align: left;
	font-size:22px; 
	font-family:arial; 	
}
div.button a {
	padding: 0 0.5em 0 0.5em;
	background-color: #cfffcf;
	border: 1px solid black;
	text-decoration: none;
	font-size: 10px;

}
div.button a:hover {
	background-color: #00ff00;
}
div.buttondead a {
	padding: 0em 0.5em 0em 0.5em;
	background-color: #cfcfcf;
	border: 1px solid black;
	text-decoration: none;
	font-size: 10px;
}

div.controls
{
	font-size:12px; 
	font-family:helvetica;
	text-align: center;
	border: 1px solid black;
	padding: 4px 10px 1px 10px;
}

div.error
{
	font-size:12px; 
	font-family:helvetica;
	border: 1px solid black;
	background-color: yellow;
	padding: 1px;
	text-align: center;
	clear: both;

}

.datasel
{
	font-size: 12px;
	font-family: helvetica;
	text-align: center;
	border-bottom: 1px solid black;
}

.dataselsub
{
	font-size: 12px;
	font-family: helvetica;
	text-align: center;
}

.radios
{
	font-size: 12px;
	font-family: helvetica;
	text-align: left;
	
}

td.viewhead
{
	font-size: 14px;
	font-family: helvetica;
	border-bottom: 1px solid black;
}

