body.top {  
	background-image: url(images/bkg_top.gif); 
	background-repeat: repeat-x; 
	margin: 0px; 
	padding: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px
}

body.main {  
	background-image: url(images/raster_main.jpg); 
	background-repeat: no-repeat; 
	background-position: right top;
	background-attachment: fixed; 
	margin: 0px; 
	padding: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px
}

body.bottom {  
	background-image: url(images/bkg_bottom.gif); 
	background-repeat: repeat-x; 
	margin: 0px; 
	padding: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px
}

table.logo {  
	background-image: url(images/raster.jpg); 
	background-repeat: no-repeat; 
	background-position: right top;
	width: 100%;
 	height: 100%; 
	padding: 2px 2px 0px 2px; 
}

td.nav {  
	background-color: white; 
	border: 1px solid black;
	text-align: center; 
	vertical-align: top; 
	vertical-align: top;
	padding: 1px 10px ; 
	
}

table.bottom {  
	width: 100%;
 	height: 100%; 
	padding: 0px; 
}

td {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px
}

td.bottom {  
	text-align: center; 
	vertical-align: bottom; 
	height: 36px
}

a {
	color: #007146;
	text-decoration: none;
}

h1 {
	font-size: 1.6em;
	font-family: arial, helvetica, sans-serif;
	color: #007146;
}

h2 {
	font-size: 1.2em;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #007146;
}


<!-- TABLE STYLES -->

td.sortheader
{
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	BACKGROUND-COLOR: #007146;
}

.tablesortheader
{
	FONT-SIZE: 12px;
	BACKGROUND-COLOR: #007146;
	BACKGROUND-IMAGE: URL(../images/table-back.gif);
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	PADDING-TOP: 3px;
	PADDING-BOTTOM: 5px;
}

.tablesortheader a
{
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
}

.tablesortheader a:visited
{
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
}

.tablesortheader a:hover
{
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
}

.tableheader
{
	FONT-SIZE: 12px;
	BACKGROUND-COLOR: #007146;
	BACKGROUND-IMAGE: URL(../images/table-back.gif);
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	PADDING-TOP: 3px;
	PADDING-BOTTOM: 3px;
}

.tableheader a
{
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
}

.tableheader a:visited
{
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
}

.tableheader a:hover
{
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
}

.tablefooter
{
	FONT-SIZE: 12px;
	BACKGROUND-IMAGE: URL(../images/table-back.gif);
	BACKGROUND-COLOR: #007146;
	COLOR: #FFFFFF;
}

.tablefooter A           { color: #FFFFFF; text-decoration: underline; font-weight: bold }
.tablefooter A:visited   { color: #FFFFFF; text-decoration: underline; font-weight: bold }
.tablefooter A:hover     { color: #FFFFFF; text-decoration: underline; font-weight: bold }

.tablegray
{
	FONT-SIZE: 12px;
	BACKGROUND-COLOR: #CAF2D5;
	COLOR: #000000;
}

.tablewhite
{
	FONT-SIZE: 12px;
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #000000;
}

.tablegray a
{
	FONT-SIZE: 12px;
	BACKGROUND-COLOR: #CAF2D5;
	COLOR: #000000;
}

.tablewhite a
{
	FONT-SIZE: 12px;
	COLOR: #000000;
}

.tableerror
{
	COLOR: #FF0000;
}

.tableselect
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	COLOR:#000000;
}

