body {background-color: #f0f0f0; color: black; font-family: Verdana, Helvetica, sans-serif; font-size: 10pt;}

a:link {color: #000000; text-decoration: none;}
a:active {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:hover {color: red; text-decoration: underline;}

a.body:link {color: red; text-decoration: none;font-weight: bold;}
a.body:active {color: red; text-decoration: none;font-weight: bold;}
a.body:visited {color: red; text-decoration: none;font-weight: bold;}
a.body:hover {color: #000000; text-decoration: underline;font-weight: bold;}

.smaller {font-size: 8pt;}
.blue {color: red;}
.larger {font-size: 13pt; font-weight: bold;}
.heading {font-size: 10pt; text-align: left; font-weight: bold; color: black;}
.left {text-align:left;}
.largerred {font-size: 13pt; font-weight: bold; color: red;}


div.container
	{
	position:relative; 
	height:0px;
	width:100%;
	z-index: 1;
	}
div.sub 
	{
	visibility: hidden;
	position: absolute;
	background-color: white;
	z-index: 2;
	top: 0px;
	left: 0px;
	}
