a.nav:hover {
	background-color: transparent;
}
body {
	background-color: #F5F5DC;
	color: #2F6A44;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/tealogo_light.png);
	background-position: right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	color: #6A2F38;
	font-weight: bold;
}
.browntext{
	color: #6A2F38;
}
p {
	font-size: 10pt;
}
li {
	font-size: 10pt;
}
h1, h2, h3, h4, h5, h6 {
	color: #6A2F38;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
}
address {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	color: #6A2F38;
	text-align: center;
}
a:active, a:focus, a:link, a:visited {
	color: #2F6A44;
}
a:hover {
	color: #6A2F38;
	background-color: #F5E9DC;
}
table.data {
	border-top-color: #DED1A5;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #DED1A5;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #DED1A5;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #DED1A5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
}
table.data td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 10px;
}

td.data {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-bottom-color: #DED1A5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
th.data {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #C8D5B9;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}