﻿a {
	color: #003366;
	text-decoration: none;
}

a:link {
	color: #003366;
	
}
a:visited {
	color: #003366;

}
a:active {
	color: #333399;
	text-decoration: underline;
}
a:hover {
	color: #003366;
	text-decoration: underline;
	background-color: #D8D0B2;
}


body
{

	font-size: 90%;
	font-family:georgia, Arial, sans-serif;
}

#content{
	font-size: 90%;
	padding-left: 15px;
	float: none;
	margin-right: 20px;
	position: absolute;
	left: 160px;
	top: 205px;
}


h1           

	{ font-size: 12pt; font-weight: bold }
	
	

.indent25
{
	margin-left: 25px;
	margin-top: -1px;
}

.indent40
{
	margin-left: 40px;
	margin-top: -1px;
}

.indent60
{ 
	margin-left:60px
}

#left {
	width: 148px;
	position: absolute;
	margin-left: 1px;
	top: 3px;
	left: 2px;
	text-align: center;
	padding-right: 5px;
	z-index: 5;
}


.minutes {
	font-family: georgia, Arial, sans-serif;
}

#nav {
	text-align: center;
	margin: 0 25px 0 0;
	font-size: 9pt;
	color: #333333;
}

.navLeft {
	list-style: none;
	text-align: center;
	margin: 0 3px 0 -1px;
	width: 151px;
	line-height: 14pt;
	padding-left: 5px;
}

p  	{
	font-family: georgia, Arial, sans-serif;
	margin-left: 15px;
	
}

#pic {
	margin-top: 3px;
	position: absolute;
	top: 3px;
	visibility: visible;
	z-index: 1;
}

.table {
	text-align: justify;
}

td{
	
	font-size:90%;
	text-align:left;
	vertical-align:top
}

#top {
	margin-left: 15px;
	width: 732px;
	position: relative;
	top: 0px;
	left: 155px;
	padding-left: 10px;
}

.underline {
	text-decoration:underline
}



