a:link       { color:#FF0; text-decoration: underline; }
a:visited    { color:#FF0; text-decoration: underline; }
a:active     { color:#09F; text-decoration: underline; }
a:hover			 { color:#09F; text-decoration:underline;  }

body         {
	font-family:Tahoma, Geneva, sans-serif;
	color:#FC3;
	margin: 10;
	background-color: #000;
	text-align:left;
}
table.navbar {
   border-collapse: collapse;
}
table.navbar td {
   border: 3px solid black;
	 float:left;
}
table.navbar td a{
	display: block;
	padding: 3px;
	text-decoration: none;
	color: #000;
	text-align: left;
	font-weight: bold;
	width:auto;
}
table.navbar td a:link, table.navbar td a:visited {
	color: #000;
	background-color: #FC3;
}
table.navbar td a:hover, table.navbar td a:active {
	color: #000;
	background-color: #C00;
}
table.rate	{
	border-collapse: collapse;
}
table.rate	caption	{
	font-size: medium;	
}
td.ratesheader	{ 
	text-align:center;
}
td.rates	{ 
	text-align:center	
}
td.ratesbgc  {
	text-align:center;
	background-color: #333;
	color: #FC3;
}
td.bgc1  {
	text-align:center;
	background-color: #006
}
td.ratesfooter	{
	text-align:left;
	font-size:xx-small;
	background-color: #333;
}
table.form	{
	border-collapse: collapse;
}
table.form td	{
	padding: 10;
	text-align:center;
}
td.tableTitle	{
	background-color:#000099;
	font-weight:bold;
}
td.tableSection	{
	background-color:#000066;
	font-weight:bold;
}
.small	{
	font-size:xx-small;
}
.bold	{
	font-weight:bold;
}
input	{
	font-size:125%;
}
select	{
	font-size:100%;
}
checkbox	{
	font-size:100%;
}