.col-blue {
	color: #1E9AC0
}
.col-orange-red { color: #FF6600; font-weight: bold;}
.col-grey {color: #666666}
.Arial {font-family: Verdana, Arial}
.col-lt-blue {
	color: #1E9AC0
}
.size17 {font-size: 17px}
.style8 {font-size: medium; color: #FF9900;}
.style9 {font-size: 80%; color: #666666; }
.style10 {font: normal 100% Verdana, Arial}
.style11 {
	color: #000000;
	font-size: 12px;
}
.style12 {
	font-size: 12%;
	font-style: italic;
	font-weight: bold;
}
.style14 {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}
.style16 {
	font-size: 16px;
	font-weight: bold;
}
.style18 {color: #FF9900; font-weight: bold;}
.style20 {
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style21 {color: #000000; font-size: small; }
.style23 {color: #FF0000}
.style25 {
	font-size: 12px;
	font-weight: bold;
	color: #1E9AC0;
}
.style26 {font-size: small; font-weight: bold;}
.style28 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #FF0000;
}
.style29 {
	color: #1E9AC0;
	font-size: 12px;
}
.style30 {font-weight: bold; font-size: 14px;}
.style34 {color: #FF0000}
.style35 {
	color: #1E9AC0
}
.style36 {color: #FF0000; font-size: large; font-weight: bold;}
.style37 {color: #000000}
.style38 {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
.style39 {font-family: Verdana, Arial: x-large;
	color: #FF0000;
}
.style40 {color: #FF0000; font-style: italic;}
.style42 {font-family: Verdana, Arial; font-weight: bold; }
.style43 {
	color: #2A839F
}
.style46 {color: #333FF}

.bluesize10 {
	font: normal 10px Verdana, Arial;
	color: #1E9AC0;
}
.bold {font-weight: bold}
.Sblue17T {
	font-size: 17px;
	color: #1E9AC0;
}
.blacktimes_10 {font-size: 10px}
.bold_gold14 {font-size: 14px; font-weight: bold; color: #FF9900; }


h1 {
	font-size: 24px;
	color: #1E9AC0;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	color: #1E9AC0;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
}

a:link {
	color: #1E9AC0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1E9AC0;
}
a:hover {text-decoration: none;}
a:active {
	text-decoration: none;
}

.floatleft { float: left; margin: 0px 10px 10px 0px; }
.floatright { float: right; margin: 0px 0px 5px 5px; }

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 11px;
	color: #000000;
}

div#header {
	text-align: left;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: #E3E3E3;
	margin-left: 190px;
	margin-top: 5px;
}

div#footer {
	padding: 2%;
	text-align: center;
	clear: both;
	background-color: #1E9AC0;
	color: #5377c0;
	border-top: double #d5940c medium;
}

div#maincontent {
	padding: 2px;
	text-align: justify;
	position:absolute;
	z-index:-1;
	margin-left: 200px;
	margin-right: 200px;
	background-color: #fefffe;
	margin-bottom: 5px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

div#leftcolumn {
	float: left;
	text-align: right;
	position:absolute;
	z-index:500;
	background-color: #fefffe;
	width: 180px;
	padding: 2px;
	margin-left: 10px;
	border-right-width: thin;
	border-right-style: none;
}

div#rightcolumn {
	float: right;
	background-color: #fefffe;
	width: 180px;
	padding: 2px;
}
body,td,th {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin: 0px;
	background-color: #FFFFFF;
  }
  position:absolute;
z-index:-1;

p, li, ul, dd, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	z-index: -1;
	margin-right: 15px;
  }

select, option, textarea, input {
	font-family: Verdana, Arial;
	color:#000000;
	font-size: 10px;
