td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #00FFFF;
}

#dhtmltooltip{
	position: absolute;
	border: 2px solid black;
	padding: 2px;
	z-index: 101;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;



    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	visibility: hidden;
}

.textstyle	{
	position:absolute;
	left:-2000px;
    width:400px;
    font-family:Arial;
    font-size:16pt;
    font-weight:bold;
    text-align:center;
	color:2E8B2E;
    filter:glow(color=black,strength=3);
}

.coverstyle	{
	position:absolute;
	left:-2000px;
}
.Style1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.Style2 {color: #9CFF84}
.Style3 {font-size: 10px}
.Style4 {
	font-size: 10px;
	color: #297E29;
}
.Style5 {color: #FFFFFF}
.Style6 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.Style7 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
}
.Style8 {
	font-size: 24px;
	font-weight: bold;
}
.Style9 {
	font-weight: bold;
	font-size: 10px;
	font-style: oblique;
}
.Style10 {
    font-size: 10px;
	color: #CCCCCC;
}

/* BEGIN menu */
#navcontainer { width: 150px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#navcontainer a
{
	display: block;
	padding: 10px;
	width: 150px;
	background-color: #000000;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

#navcontainer a:link, #navlist a:visited
{
color: #FFFFFF;
text-decoration: underline;
}

#navcontainer a:hover
{
	background-color: #9B9BFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* END menu */

