.nav a:link {text-decoration: none; color: green;}
.nav a:visited {text-decoration: none; color: green;}
.nav a:active {text-decoration: none; color: green;}
.nav a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: green;
}


body {
	background-color: white;
}

table.quote {
	background-color: Green;
	font-family: Verdana, sans-serif;
	color: White;
	font-size: 11px;
	width: 800px;
}

td.nav {
background-color: white;
	font-family: Verdana, sans-serif;
	color: dark gray;
	font-size: 11px;
	width: 20%;
	line-height: 170%;
	vertical-align: top;
}

td.pix {
	background-color: white;
	font-family: Verdana, sans-serif;
	color: dark gray;
	font-size: 11px;
	width: 80%;
	vertical-align: middle;
}

.main {
	background-color: white;
	font-family: Verdana, sans-serif;
	color: dark gray;
	font-size: 11px;
	width: 80%;
}

h1 {
	font-family: Verdana, sans-serif;
	color: dark gray;
	font-size: 14px;
}
/**
table.content {
	background-color: #FAFAD2;
	width: 800px;
	margin-left: 120px;
	margin-right: 0%;
	font-family: Abadi MT Condensed Light,sans-serif;
	font-size: 1.25em;
	color: #4B0082;
}

td.bold {
	font-weight: bold;

}

h1 {
	font-family: Abadi MT Condensed Light,sans-serif;
	font-size: 2em;
	text-align: center;
}

td.img1{
position: absolute;
left: 0px;
top: 0px;
}

img {
	border: 0px;
}