@charset "utf-8";
/* CSS Document */

body,td,th {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* color: #666666; */
}

a:link {
	text-decoration: none;
	color: #00a651;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #009999;
}
a:active {
	text-decoration: none;
}

.styleHeader1 {
	font-size: 12px;
	font-weight: bold;
}

/* Left Navigation Menu */

.nav
{
	border-spacing: 10px;
	align: middle;
	width: 240px;
	padding: 10px;
}

.navlink A:link {text-decoration: none; color: white; font-weight: bold;}
.navlink A:visited {text-decoration: none; color: white; font-weight: bold;}
.navlink A:active {text-decoration: none; color: white; font-weight: bold;}
.navlink A:hover {text-decoration: none; color: #009999; font-weight: bold;}