body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
	background-color : #ffffff;
	
}
.tbl1 
{ 
background: url('../images/bghome.jpg'); 
background-repeat: no-repeat; 
} 

p,h1,h2,h3,main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: black;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;

	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;

	font-weight: bold;
}


h3 {

	font-size: 110%;
}

li {
  font-size: 90%;
}

A:link { color:#cc0000; text-decoration: none }
A:active { color:#ee5500; text-decoration: none }
A:visited { color:#ee2200; text-decoration: none }

TABLE 
{
 border: 0px;
 border-style: dotted;
}

.menu A:link {text-decoration: none; color:white}
.menu A:visited {text-decoration: none;color:white}
.menu A:active {text-decoration: none}
.menu A:hover {text-decoration: none; color: red;}

.caption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: italic;
  color: black;
  text-align:center;
}

.largetable
{
  font-size: 70%;
}

.bigLegend
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 120%;
	margin: 0;
	padding: 0;
	background-color : #ffffff;
}

.oddrow {
	background-color: white;
	color: rgb(0,23,7);
}

.evenrow {
	background-color: rgb(191, 255, 208);
	color: black;
}

