<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Standard CSS</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<style type="text/css"><!--
body{
	background-color: #999999;
	margin: 0;
	padding: 0;
	text-align: center;
	}
a:link{
	color: #0066CC;
	font-size: 95%;
	}
a:visited{
	color: #003399;
	}
a:hover{
	color: #0099FF;
	}
a:active{
	color: #0099FF;
	}
h1{
	color: #0066CC;
	font-size: 130%;
	font-weight: 700;
	margin: 0.5cm 0.75cm 0.1cm 0cm;
	text-align: left;
	}
h2{
	color: #000000;
	font-size: 110%;
	font-weight: 700;
	margin: 0.2cm 0.75cm 0.2cm 0cm;
	text-align: left;
	}
p{
	font-family: "Trebuchet MS";
	font-size: 100%;
	text-align: justify;
	}
p.element,td,th{
	font-size: 80%;
	text-align: center;
	}
table.new{
	width: 90%;
	margin: 5%;
	}
tr.element{
	padding: 0.1cm;
	vertical-align: top;
	text-align: left;
	}
tr.highLightOffOdd{
	color: #000;
	background: #CCFFCC;
	}
tr.highLightOffEven{
	color: #000;
	background: #FFFF99;
	}
tr.highLightOn{
	color: #000;
	background: #f99;
	border-left: 1px solid transparent;
	}
ul,li{
	font-size: 98%;
	text-align: left;
	}
caption{
	color: #000000;
	font-size: 130%;
	margin: 0cm;
	text-align: center;
	}
a,caption,h1,h2,p.link,td,tr.element,th,ul,li{
	font-family: "arial";
}
.backgroundLightOrange{
	background: #FFCC99;
	}
.backgroundLightBlue{
	background: #CCFFFF;
	}
.backgroundLightPurple{
	background: #CCCCFF;
	}
.backgroundLightGreen{
	background: #CCFFCC;
	}
.backgroundLightYellow{
	background: #FFFF99;
	}
.backgroundLightGray{
	background: #E6E6E6;
	}
.bold{
	font-weight: 700;
	}
.centered{
	text-align: center;
	}
.large{
	font-size: 130%;
	}
.small{
	font-size: 70%;
	}
.left{
	text-align: left;
	}
.right{
	text-align: right;
	}
.nospacing{
	margin: 0cm 0.75cm 0cm 0cm;
	}
.rmargin{
	margin-right: 0.75cm;
	}
div#header{
	color: #0066CC;
	font-family: "arial";
	font-size: 200%;
	font-weight: 900;
	margin: 0.5cm 0.75cm 0.1cm 0cm;
	text-align: center;
	}
div#horizontal {
	background-color: transparent;
	visibility: visible;
	display: block;
	position: absolute;
	top: 5%;
	left: 10%;
	width: 80%;
	height: 1px;
	overflow: visible;
	}
--></style>
</head>
</html>
