@CHARSET "ISO-8859-1";
#table1 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e8eefa;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	border-collapse: collapse;
}
#table1 td,#table1 th {
	font-size: 1em;
	border: 1px solid black;
	padding: 3px 7px 2px 7px;
}
#table1 th {
	font-size: 1 em;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #2D2D2D;
	color: #ffffff;
}
#table1  tr.alt td {
	color: #000000;
	background-color: white;
}
#table2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: cyan;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-collapse: collapse;
}
#table2 td,#table2 th {
	font-size: 1em;
	font-size: 1em;
	border-style: solid;
	border-width: 0px;
	padding: 7px 7px 7px 7px;
}
#table2 th {
	font-size: 1em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #336633;
	color: white;
}
#table2  tr.alt td {
	color: #000000;
	background-color: #33FFFF;
}
#table3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: cyan;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	border-collapse: collapse;
}
#table3 td,#table2 th {
	font-size: 1em;
	font-size: 1em;
	border-style: solid;
	border-width: 0px;
	padding: 7px 7px 7px 7px;
}
#table3 th {
	font-size: 1em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #336633;
	color: white;
}
h1 {
	text-align: center;
	letter-spacing: 0.03em;
	margin-left: 10px;
	overflow: hidden;
	padding: 0;
	text-transform: uppercase;
	font-family: arial, sans-serif;
}
table,tbody,tr,td,th {
	font-family: arial, sans-serif;
	font-size: 14px;
	border-spacing: 0;
}
body {
	color: black;
	background-color: white;
	font-size: 14px;
	font-weight: normal;
	font-family: arial, sans-serif;
}
a {
	font-size: 14px;
	padding: 0 3px;
	text-decoration: none;
}
a:hover,a:active {
	color: red;
	text-decoration: underline;
}
.main_div {
	padding: 2px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: -15px;
	margin-left: 0px;
}
div.tableContainer {
	clear: both;
}
/* Reset overflow value to hidden for all non-IE browsers. */
/* define width of table. IE browsers only                 */
/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
	position: relative;
}
/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedHeader tr {
	display: block
}
/* make the TH elements pretty */
thead.fixedHeader th {
	background: #C96;
	border-left: 1px solid #EB8;
	border-right: 1px solid #B74;
	border-top: 1px solid #EB8;
	font-weight: normal;
	padding: 4px 3px;
	text-align: left
}
/* make the A elements pretty. makes for nice clickable headers                */
thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
}
/* make the A elements pretty. makes for nice clickable headers                */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
thead.fixedHeader a:hover {
	color: #FFF;
	display: block;
	text-decoration: underline;
}
/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
	height: 362px;
	overflow: auto;
}
/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}
tbody.scrollContent tr.alternateRow td {
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}
-->
