a.nav
{
	font-family: Verdana;
	font-size: 10pt;
	
	
}
a.nav:link
{
	color: black;
}
a.nav:visited
{
	color: black;
} 
a.nav:hover
{
	color: gray;
	
}
a.nav:active 
{
	color: gray;
}

a.mail
{
	font-family: Helvetica;
	font-size: "10pt";
	text-decoration: none;
}
a.mail:link
{
	color: white;
}
a.mail:visited
{
	color: white;
} 
a.mail:active 
{
	color: white;
}

a.link
{
	font-family: "verdana";
	text-decoration: none;
}
a.link:link
{
	color: white;
}
a.link:visited
{
	color: white;
} 
a.link:active 
{
	color: white;
}
table
{
	font-size: "10pt";
}
body
{
	font-family: "Verdana";
	font-size: "12";
	background-color:white;
	color: black;
	
	
}
p.copy
{
	text-indent: 10%;
}
	
.caption
{
	font-family: "Verdana";
	font-size: "8pt";
	text-align: center;
	
	
}

.justify
{
	text-align: justify;
}
.center
{	text-align: center;
}
h1
{
	font-family: "Verdana";
	font-size: "24pt";
	color: black;
}
h2
{
	font-family: "Verdana";
	font-size: 10;
	color: #336699; 
}

h3
{
	font-family: "Verdana";
	font-size: 20;
	color: #336699;
	font-weight: bold;
}

h4
{
	font-family: "Verdana";
	font-size: 12;
	color: black;
	font-weight: bold;
	text-align: center;
}