﻿body 
{
	font-family:Arial, Tahoma, Verdana;
	font-size:10pt;
	color:#474747;
	margin:0px;
}
hr
{
	border-color:#CCCCCC white white rgb(204, 204, 204);
	border-style:solid;
	border-width:1px;
	height:2px;
}
.mainDiv
{
	border:solid 1px gray;
	border-top-style:none;
	width:782px;
	text-align:left;
}
.pageTitle
{
	font-size:15pt;
	color:#E76F00;
}
.title1
{
	font-size:11pt;
	color:#474747;
	font-weight:bold;
}
.title2
{
	font-size:10pt;
	color:#E76F00;
	font-weight:bold;
}
.normalLink, normalLink:visited
{
	font-size:10pt;
	color:#3E6B8A;
	text-decoration:none;
}
.normalLink:hover
{
	text-decoration:underline;
}
.boldLink, boldLink:visited
{
	font-size:10pt;
	color:#3E6B8A;
	text-decoration:none;
	font-weight:bold;
}
.boldLink:hover
{
	text-decoration:underline;
}
.headerLink, headerLink:visited
{
	font-size:12pt;
	font-weight:bold;
	color:#707276;
	text-decoration:none;
}
.headerLink:hover
{
	color:#E76F00;
}
.footer
{
	color:#707276;
	padding:5px;
	line-height:18pt;
}
.footerLink, footerLink:visited
{
	color:#707276;
	text-decoration:none;
}
.footerLink:hover
{
	text-decoration:underline;
}
.darkButton
{
	background-color:#EC892E;
	color:White;
	font-size:12pt;
	font-weight:bold;
	cursor:pointer;
	border-width:3px;
}