body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #443399;
	text-decoration: none;
	font-weight: normal;
	font-size: 10pt;
	background-color: #FFFFFF;
}
strong {
	color: #333399;
	font-weight: bold;
}
.hd1 {
	font-size: 16pt;
}
.hd2 {
	font-size: 13pt;
}
.hd3 {
	font-size: 11pt;
}
.hd1, .hd2, .hd3 {
	font-weight: bold;
}

a {
	text-decoration: none;
}
a:link, a:visited {
	color: #443399;
}
a:hover {
	color: #0000FF;
}

.left {
	font-size: 9.5pt;
}
.main {
	font-size: 11pt;
}
div.contactLt {
	float: left;
	width: 45%;
	text-align: right;
	padding-right: 20px;
}
div.contactRt {
	float: left;
	width: 55%;
	text-align: left;
}
ul.contact {
	list-style: none;
	font-size: 11pt;
}
ul.contact li {
	padding-bottom: 10px;
}
table.contact {
	font-size: 11pt;
	table-layout: fixed;
}
table.contact td {
	width: 50%;
	vertical-align: top;
}
table.contact td.lt {
	text-align: right;
}
table.contact td.rt {
	text-align: left;
}
.form {
	font-size: 11pt;
	line-height: 18pt;
}
.nav {
    color: #1100BB!important;
	font-size: 8pt;
	line-height: 21px;
}
a.nav:link, a.nav:visited {
	font-weight: normal;
}
a.nav:hover {
	font-weight: bold;
}

.salix {
	font-size: 7pt;
	color: green;
	line-height: 18pt;
}
a.salix:link, a.salix:visited {
	color: green;
	font-weight: normal;
}
a.salix:hover {
	color: #443399;
	font-weight: bold;
}
a.under {
	text-decoration: underline;
}