body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  margin: 0px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a:link			{
				font-weight: bold;
				color: #0000FF;
				background-color: transparent;
				text-decoration: none;
				font-size: 14px;
				}
				
a:visited		{
				font-weight: bold;
				color: #A8C2FF;
				background-color: transparent;
				text-decoration: none;
				font-size: 14px;
				}
				
a:active		{
				font-weight: bold;
				color: #A8C2FF;
				background-color: transparent;
				text-decoration: none;
				font-size: 14px;
				}
				
a:hover			{
				font-weight: bold;
				color: #A8C2FF;
				background-color: transparent;
				text-decoration: none;
				font-size: 10px;
				}
				
.center			{
				text-align: center;
				}
				
h1				{
				font-family: verdana, arial, helvectica, sans-serif;
				font-size: 14px;
				font-weight: bold;
				}
				
h2				{
				font-family: verdana, arial, helvectica, sans-serif;
				font-size: 9px;
				font-weight: bold;
				}
			
.floatLeft		{
				float: left;
				}