body {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image : url(images/backmain.gif);
}

h1 {
	font-size: 14px;
	padding-left: 15px;
	color: navy;
	margin-top: 35px;
	margin-bottom: 8px;
}

h2 {
	font-size: 12px;
	font-weight : 600;
	color: navy;
	padding-left: 15px;
	margin-top: 5px;
}

h3 {
	font-size: 11px;
	margin: 0 0 8px 0;
	color: navy;
}

td, div {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 145%;
}

ul {
	/*padding: 0 0 0 6em;*/
	margin: 0 0 0 5em;
	list-style-type: none;
	list-style-image: url(images/bullet.gif); /* */
	line-height: 150%;
}

/*i, em {
	font-variant: normal;
	font-weight: 600;
}*/

.address {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	line-height: 100%;
}

hr {
	width: 75%;
	color: navy;
	height: 1px;
	text-align: center;
}

a:link {
	color: navy;
	text-decoration: underline;
}
a:visited {
	color: navy;
	text-decoration: underline;
}
a:hover {
	color: Maroon;
	text-decoration: underline;
}
a:active {
	color: navy;
	text-decoration: underline;
}
a:focus {
	color: navy;
	text-decoration: underline;
}

.maintable {
	border-left : 1px solid #9C9A9C;
	border-right : 1px solid #9C9A9C;
}

.sectionsmall {
	color : #FFFFFF;
	/*padding-left : 3px;
	padding-bottom : 3px;
	border-bottom: 1px solid #9C9A9C;*/
}

.sectionsmalltop {
	background-image : url(images/section.gif);
	background-repeat : no-repeat;
}

.sectionsmallbottom {
	background-image : url(images/sectionbottom.gif);
	background-repeat : no-repeat;
	color : #FFFFFF;
}

.sectionsmalltop h3 {
	color : #FFFFFF;
	font-size: 12px;
	margin-bottom : 0px;
	margin-top: 0px;
	text-align : center;
}

/*.bottom	{
	background-image : url(images/backbottom.jpg);
	background-repeat : repeat-x;
}*/

