body
{
	font-size: x-small;
	color: #3f3f3f;
	font-family: Arial, Verdana;
	background-color: white;
}

a
{
  color:#0066ff;
  font-weight:normal;
  text-decoration:none;  
  font-size:8pt;
  font-family:Arial;
}

a:hover
{
	font-weight: normal;
	color: #cc0000;
	text-decoration:underline;
	font-size:8pt;
	font-family:Arial;
}

ul
{
  list-style-type:square; 
  list-style-position:outside; 
  margin-left:18px; 
}

li
{
  list-style-type:square; 
}

h1
{
  font-family:arial; 
  font-weight:bold;
  font-size:16px; 
  color:#3F3F3F; 
}

h2
{
  font-family:arial; 
  font-weight:bold;
  font-size:16px; 
  color:#3F3F3F; 
}

.TopNavLink
{
  font-weight:bold; 
  font-size:10px;
  color:#3F3F3F; 
}


.MainText
{
  font-family:Verdana;
  font-size:12px; 
}

