body {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size : 70%;
	margin : 0;
}

td {
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size : 70%;
}

a:link {
	color : #1F65AB;
	text-decoration : none;
	font-weight : bold;
}

a:visited {
	color : #1F65AB;
	text-decoration : none;
	font-weight : bold;
}

a:hover {
	color : #1F65AB;
	text-decoration : underline;
	font-weight : bold;
}

a:active {
	color : #1F65AB;
	text-decoration : underline;
	font-weight : bold;
}

form.tb {
	display:inline;
}

input.whiteinput {
	background-color: #FFFFFF; 
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size : 10
}

textarea.whiteinput{
	background-color: #FFFFFF; 
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size : 10
}

select.pulldown {
	background-color: #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size : 10
	font-weight: none;
	color: #000000;
}

option.pulldown {
	background-color: #FFFFFF;
	font-weight: none;
	font-size : 10
	color: #000000;
}

input.bluebuttons {
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 12px; color: #000000;
}