a:link
{
	color: rgb(176,35,42); 
}
a:visited
{
	color: rgb(176,35,42); 
} 
a:active 
{
	color: rgb(24,115,140);
	text-decoration: none;
}
a:hover 
{
	color: rgb(24,115,140);
	text-decoration: none;
}
a.topnav:link
{
	color: rgb(225,231,212); 
}
a.topnav:visited
{
	color: rgb(225,231,212); 
} 
a.topnav:active 
{
	color: rgb(54,47,45);
	text-decoration: none;
}
a.topnav:hover 
{
	color: rgb(54,47,45);
	text-decoration: none;
}
body
{
	font-family: Verdana;
	background-color: rgb(225,231,212);
	color: rgb(0,0,0);
	font-size: 12px;
	
	scrollbar-face-color: #E1E7D4; scrollbar-shadow-color: #89956C; 
	scrollbar-highlight-color: #E1E7D4; scrollbar-3dlight-color: #89956C; 
	scrollbar-darkshadow-color: #E1E7D4; scrollbar-track-color: #E1E7D4;
	scrollbar-arrow-color: #89956C;
}

div.apptitle
{
	font-family: Verdana;
	color: rgb(225,231,212);
	font-weight: bold;
	font-size: 12px;
	font-variant: small-caps;
}
div.tabletitle
{
	font-family: Verdana;
	color: #E1E7D4;
	font-weight: bold;
	font-size: 12px;
	font-variant: small-caps;
}
div.content
{
	font-family: Verdana;
	color: #362F2D;
	font-size: 12px;
}
div.subtitle
{
	font-family: Verdana;
	color: #362F2D;
	font-size: 14px;
	font-weight: bold;
}
div.instructions
{
	font-family: Verdana, Arial,sans-serif;
	color: rgb(190,47,55);
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 8px;
}
div.instructions2
{
	font-family: Verdana, Arial,sans-serif;
	color: rgb(190,47,55);
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 10px;
}
div.date
{
	font-family: Verdana, Arial,sans-serif;
	color: rgb(0,0,0);
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 10px;
}
TABLE.heading
{
	border-top: none;
	border-right: solid 1px #362F2D;
	border-bottom: solid 1px #362F2D;
	border-left: solid 1px #362F2D;
}
TABLE.varA
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	border-top: solid 1px #362F2D;
	border-right: solid 1px #362F2D;
	border-bottom: solid 1px #362F2D;
	border-left: solid 1px #362F2D;
}
TD.varA
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	border-top: solid 1px #362F2D;
	border-right: solid 1px #362F2D;
	border-bottom: solid 1px #362F2D;
	border-left: solid 1px #362F2D;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana;
}
h1
{
	color: rgb(255,102,51);
}
h2
{
	color: rgb(204,153,51); 
}
h3
{
	color: rgb(153,153,51); 
}
h4
{
	color: rgb(255,102,51);
}
h5
{
	color: rgb(204,153,51);
}
h6
{
	color: rgb(153,153,51);
}