html,body {
	height: 100%;
}

body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	}
.body a:active {
	color: #339900; font-weight: bold; text-decoration: underline;
}
.body a:link {
	color: #339900; font-weight: bold; text-decoration: underline;
}
.body a:visited {
	color: #339900; font-weight: bold; text-decoration: underline;
}
.body a:hover {
	color: #006600; font-weight: bold; text-decoration: underline;
}
.footer {
	color: #ffffff;
	font-size: 10px;
	}
.footer a:active {
	color: #ffffff; text-decoration: none;
}
.footer a:link {
	color: #ffffff; text-decoration: none;
}
.footer a:visited {
	color: #ffffff; text-decoration: none;
}
.footer a:hover {
	color: #006600; text-decoration: none;
}
.menu a:active {
	color: #ffffff; font-weight: bold; text-decoration: none;
}
.menu a:link {
	color: #ffffff; font-weight: bold; text-decoration: none;
}
.menu a:visited {
	color: #ffffff; font-weight: bold; text-decoration: none;
}
.menu a:hover {
	color: #006600; font-weight: bold; text-decoration: underline;
}

.leftnav {
	color: #003300;
	font-size: 12px;
	}
.leftnav a:active {
	color: #009900; text-decoration: none; font-size:10px; font-weight:bold;
}
.leftnav a:link {
	color: #009900; text-decoration: none; font-size:10px; font-weight:bold;
}
.leftnav a:visited {
	color: #009900; text-decoration: none; font-size:10px; font-weight:bold;
}
.leftnav a:hover {
	color: #006600; text-decoration: underline; font-size:10px; font-weight:bold;
}
.close a:active {
	color: #ffffff; text-decoration: none;
}
.close a:link {
	color: #ffffff; text-decoration: none;
}
.close a:visited {
	color: #ffffff; text-decoration: none;
}
.close a:hover {
	color: #cccccc; text-decoration: underline;
}
.tabwh {
	height: 100%;
	width: 100%;
}
.bkgl {
	background-image: url(images/bkgl.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.bkr {
	background-image: url(images/bkgr.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.bkvl {
	background-image: url(images/vert_lines.gif);
	background-repeat: repeat-y;
	background-position: center top;
}