@charset "utf-8";
/* CSS Document */
<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003366;
	background-color: #FFFFFF;
	width: auto;
}
.twoColFixLt #container {
	text-align: center;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: auto; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	text-align:center
}
.twoColFixLt #mainContent {
	width: 780px;
	left:221px;
	top:181px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	visibility: visible;
	overflow: auto;
	z-index: 1;
	float: left;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.style1 {
	font-size: smaller
}
.style3 {
	font-size: medium
}
.style4 {
	font-size: medium;
	color: #003366;
}
.style5 {
	font-size: 9pt;
	font-style: italic;
	color: #003366;
}
.style6 {
	color: #003366
}
.style7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}
.style13 {
	font-size: 11mm;
	color: red;
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	visibility: hidden;
}
.style16 {
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.style17 {
	color: #FF0000;
	font-weight: bold;
	font-size: x-large;
}
.style18 {
	font-size: large
}
.style19 {
	font-size: small
}
.style24 {
	font-size: 18.0pt;
	color: #003366;
}
.style25 {
	font-size: x-small
}
.style26 {
	color: #FF0000;
	font-weight: bold;
	font-size: small;
}

</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { width: 230px; }
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
/*.twoColFixLt #sidebar1 { padding-top: 30px; }
.twoColFixLt #mainContent { zoom: 1; }*/
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
.twoColLiqLtHdr #container #header table tr td {
	text-align: center;
}
#header table tr td {
	text-align: center;
}

