body {
	background-image: url(images/page_background.gif);
	background-repeat: repeat;
}
td {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10pt;
	color: #000000;
}
.footer {
	color: #FFFFCC;
	background-color: #E16500;
	font-weight: bold;
}
.main_table {
	background-color: #FFFFFF;
	border: 1px outset #FF7500;
}
.smalltext {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10pt;
	color: #E16500;
	font-weight: normal;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #E16500;
}
a {
	color: #BF5200;
	text-decoration: none;
}

#dhtmltooltip{
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10pt;
	position: absolute;
	width: 150px;
	border: 1px outset #FF0000;
	padding: 8px;
	background-color: #EBEBEB;
	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);
	color: #000000;
}
.download_link {
	font-family: "Arial Narrow", Arial, "Trebuchet MS";
	font-size: 18pt;
	font-weight: bold;
	color: #990000;
}
