body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	background-color: #000099;
	padding-bottom: 300px;
}
h2 {
	color: #003399;
}
img {
	padding: 15px;
}
th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
	text-align: center;
	font-size: 14pt;
}
.hl {
	font-weight: bold;
	background-color: #FFFF00;
	color: #000000;
}
.logo {
	position: absolute;
	left:0px;
	top:0px;
	width:850px;
	height:225px;
	z-index: 1;
	background-color: #FFFFFF;
	border: 3px none #000000;
}
.master {
	position: relative;
	height: auto;
	width: 850px;
}
.main {
	position:absolute;
	left:0px;
	top:225px;
	width:800px;
	height:auto;
	z-index:2;
	background-color: #FFFFFF;
	border: 3px none #000000;
	padding : 25px;
}
.td01 {
	border: 1px solid #000000;
}
.td02 {
	border: 1px solid #666666;
}
.td03 {
	border: 1px solid #666666;
}
.td04 {
	border: 1px solid #666666;
	background-color: #CCCCCC;
	color: #000099;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.style2 {
	font-size: 16pt;
	font-weight: bold;
}
.style3 {
font-size: 16px
}
.style4 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.u {
	text-decoration: underline;
}
a.squarebutton{
background: transparent url('img/square-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('img/square-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
.logotext {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
