body
{
	background-color: white;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	font-family: Verdana, Arial;
}

a:link
{
   font-size: 12px;
	color: #8a202a;
	font-size: small;
	font-family: Verdana, Arial;
	font-weight: bold;
}

a:visited
{  font-size: 12px;
	color: #8a202a;
	font-size: small;
	font-family: Verdana, Arial;
	font-weight: bold;
}

a:hover 
{  font-size: 12px;
	color: #000000;
	font-size: small;
	font-family: Verdana, Arial;
	font-weight: bold;
}

.menubackcolor
{
	background-color: #8a202a;
}

.menutext
{
	color: #a0a0a0;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
}

a:link.menutext
{
	color: #a0a0a0;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

a:visited.menutext
{
	color: #a0a0a0;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

a:hover.menutext
{
	color: #ffffff;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

.menutextselected
{
	color: #ffffff;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
}

a:link.menutextselected
{
	color: #ffffff;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

a:visited.menutextselected
{
	color: #ffffff;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

a:hover.menutext
{
	color: #ffffff;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

.menutextpopup
{
	color: #8a202a;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
}

a:link.menutextpopup
{
	color: #8a202a;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

a:visited.menutextpopup
{
	color: #8a202a;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

a:hover.menutextpopup
{
	color: #ffffff;
	font-size: 13px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

#dropmenudiv
{
	position: absolute;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover
{
	background-color: #8a202a;
}

.headercaption
{
	color: #ffffff;
	font-size: 16px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-indent: 10px;
}

.heading
{
	background-color: #8a202a;
	color: #ffffff;
	font-size: small;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-indent: 10px;
}

.subheading
{
	color: #000000;
	font-size: small;
	font-family: Verdana, Arial;
	font-weight: bold;
}

.smallheading
{
	color: #000000;
	font-size: small;
	font-family: Verdana, Arial;
}

.tinytext
{
	color: #000000;
	font-size: x-small;
	font-family: Verdana, Arial;
}

.reportcaption
{
	color: #000000;
	font-size: x-small;
	font-family: Verdana, Arial;
	font-weight: bold;
}

.bold
{
	font-weight:bold;
}

/*
Default value: medium

xx-small
x-small
small
medium
large
x-large
xx-large	
 
smaller	Sets the font-size to a smaller size than the parent element 
larger	Sets the font-size to a larger size than the parent element 
length	Sets the font-size to a fixed size 
%		Sets the font-size to a % of  the parent element 

*/

.classicAsp
{
	width:600px;
}