body td{
	font-family: Arial;
	font-size: 11px;
}
a{
	text-decoration:none;
	color:#39cff2;
}
a:hover{
	text-decoration:underline;
	color:#39cff2;
}
body,form {
	margin: 0px;
	padding: 0px;
}
.nav a{
 	font-family: Arial;
 	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin-right: 15px;
}
.nav a:hover{
	color: #39cff2;
}
h1 {
 	margin:0px;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	color: #39cff2;
}
p {
	font-family: arial;
	font-size: 11px;
	margin:0px;
}
#leftnav {
 	margin: 0px;
 	width: 175px;
 	height: 100%;
	border-right: 1px dotted #000;
	float: left;
	vertical-align: top;
}
#leftnav a{
 	font-family: Arial;
 	font-size: 11px;
	text-decoration: none;
	color: #0292b4;
	margin-left: 10px;
}
#leftnav a:hover{
	text-decoration: underline;
}
#content {
 	width: 800px;
 	vertical-align: top;
 	background: #dcdcdc;
}
