a
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}
a:hover
{
	font-weight: bold;
	color: red;
	text-decoration: none;
}
.aspecial
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}
.aspecial:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: navy;
	font-family: Verdana;
	text-decoration: none;
}
.aspecial2
{
	font-weight: normal;
	font-style: italic;
}
.aspecial2:hover
{
	font-weight: normal;
	font-style: italic;
	color: red;
}
.aspecial3
{
	font-weight: bold;
	color: firebrick;
	text-decoration: none;
	border: gray 1px dotted;
	width: 360px;
	text-align:center;
}
.aspecial3:hover
{
	font-weight: bold;
	color: blue;
	text-decoration: none;
}
.body2
{
	background-position: left bottom;
	background-attachment: fixed;
	background-image: url(Images\test.gif);
	background-repeat: no-repeat;
}
.body
{
	background: white;
	background-position: left top;
	background-attachment: fixed;
	background-image: url(Images\sidearch3.jpg);
	background-repeat: no-repeat;
}
.hdrImage
{
	border-bottom: navy thin solid;
}
.divStyle
{
	background-position: 105px 5px;
	font-weight: bold;
	font-size: 18pt;
	background-attachment: fixed;
	left: 0px;
	background-image: url(Images\underline.jpg);
	width: 860px;
	color: firebrick;
	background-repeat: no-repeat;
	font-style: italic;
	font-family: 'Verdana';
	position: absolute;
	top: 0px;
	height: 70px;
	text-align: center;
}
.divStyle2
{
	font-size: 10pt;
	color: black;
	font-family: Verdana;
	margin-left: 70px;
}
.hrStyle
{
	width:730;
}
.borderStyle
{
	border-right: gray 1px dotted;
	border-top: gray 1px dotted;
	border-left: gray 1px dotted;
	border-bottom: gray 1px dotted;
}
.tableBG
{
	background-color: beige;
}