.whitebig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: bold;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #006699;
	line-height: 1.25;
	font-weight: bold;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CCCCCC;
	line-height: normal;
	text-transform: none;
	text-align: right;
}
.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	line-height: normal;
	text-transform: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	list-style-type: square;
	line-height: 1.5;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	line-height: 1.25;
}
.captionwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	line-height: 1.25;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
}
.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
}
.largecallout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #AD6102;
	text-decoration: underline;
}
b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #006699;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #AD6102;
	text-indent: 10px;
}
td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	text-align: justify;
	line-height: 1.5;
}
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: underline;
	color: #0033CC;
}
a:active {
	text-decoration: none;
	color: #0033CC;
}
h2 { 
	color: #0033CC;
	font-size: 26px;
	font-variant: small-caps;
}
.left {
	width: 25%;
	height: auto;
	margin: 10px 0px 0px 0px;
	float: left;
	border-right: dashed 1px #0033CC;
	padding-right: 10px;
}
.right { 
	width: 70%;
	height: auto;
	float: right; 
	clear: right; 
	margin: 10px 10px 20px 0px; 
}