td#nav a:link, td#nav a:visited, td#nav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	line-height: 30px;
	background-color: #FFFFFF;
	text-align: left;
	display: block;
	float: left;
	height: 30px;
	width: 150px;
	padding-left: 5px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

td#nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 30px;
	background-color: #6FA627;
	text-align: left;
	display: block;
	float: left;
	height: 30px;
	width: 150px;
	padding-left: 5px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-align: justify;
	margin: 0px;
	background-color: #FFFFFF;
}
table {
	background-color: #FFFFFF;
	margin-top: 20px;
	border: 3px solid #FFFFFF;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
}
td p {
	margin-left: 10px;
	margin-top: 5px;
}
.right {
	margin: 5px;
	padding: 5px;
	float: right;
	border: 1px dotted #CCCCCC;
}
a:link {
	color: #333333;
	text-decoration: underline;
}

.left {
	margin: 5px;
	padding: 5px;
	float: left;
	border: 1px dotted #CCCCCC;
}
td#main a:link, td#main a:visited, td#main a:active {
	text-decoration: none;
	background-color: #FFFFFF;
}

