html
{
	overflow-x: auto;
	font-size: 80%;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
}
head
{
	display: none;
}
body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #787878 url(/img/background.gif) TOP CENTER REPEAT-Y;
	color: #555555;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	line-height: 135%;
	font-weight: 100;
	text-align: center;
	voice-family: "\"}\"";
	voice-family: inherit;
	unicode-bidi: embed;
}

.menu
{
	padding: 5px;
	width: 135px;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFF;
	border-bottom: 1px inset #c7b597;
	border-top: 1px outset #c7b597;
}

.menu2
{
	padding: 5px;
	width: 135px;
	font-size: 11px;
	font-weight: bold;
	background-color: #c7b597;
	border-bottom: 1px outset #c7b597;
	border-top: 1px inset #c7b597;
}

a:link, a:visited
{
	color: #000;
	text-decoration: none;
}
a:hover, a:active
{
	color: #FF4400;
}

td, th, p, li
{
	color: #555555;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
	unicode-bidi: embed;
}

.drawimagetooltip
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	width: 150px;
	height: 200px;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border: 1px outset #000000;
	background-color: #ffffff;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135);
}

#dhtmltooltip
{
	position: absolute;
	text-align: left;
	width: 150px;
	padding: 2px;
	border: 1px outset #000;
	background-color: white;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

div.wrapper, div#wrapper 
{
	margin: 0px auto 0px auto;
	padding: 0px auto 0px auto;
	text-align: left;
	width: 750px;
}

.printonly
{
	display: none;
}

.infobox
{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 355px;
	height: 200px;
	overflow: auto;
	border: 1px solid #666699;
}
