body {
	font-family: Arial, Helvetica; 
	font-size: 10pt;
}
table {
	font-family: Arial, Helvetica; 
	font-size: 10pt;
}
.small {
	font-family: Arial, Helvetica;
	font-size: 8pt;
}
.header {
	font-size: 12pt;
	font-weight: bold;
}

h1 {
	color: #007575;
	font-size: 14pt;
	margin-bottom: 0px;
}
h2 {
	color: #007575;
	font-size: 11pt;
	margin-bottom: 0px;
}
h3 {
	color: #007575;
	font-size: 10pt;
	margin-bottom: 0px;
}

p.smgtp {
	margin-top: 3px;
}

.subhead {
	margin-top: 3px;
	font-style: italic;
	font-size: 11pt;
}

.indent {
	margin-left: 30px;
}

/* LINKS */
a:link,
a:visited,
a:active {
	text-decoration: none; 
	color: #fff; 
	font-family: Arial, Helvetica; 
	font-size: 8pt;
}
a:hover { 
	text-decoration: underline; 
	color: #fff; 
	font-family: Arial, Helvetica; 
	font-size: 8pt;
}

.topmenu:link,
.topmenu:visited,
.topmenu:active { 
	text-decoration: none; 
	color: #000; 
	font-family: Arial, Helvetica; 
	font-size: 8pt;
}
.topmenu:hover { 
	text-decoration: underline; 
	color: #000; 
	font-family: Arial, Helvetica; 
	font-size: 8pt;
}

.whiteNavLink:link,
.whiteNavLink:visited,
.whiteNavLink:active { 
	text-decoration: none; 
	color: #fff; 
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold;
}
.whiteNavLink:hover { 
	text-decoration: underline; 
	color: #fff; 
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold;
}

.bodylink:link,
.bodylink:visited { 
	text-decoration: none; 
	color: #007575; 
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold;
}
.bodylink:active { 
	text-decoration: underline; 
	color: #007575; 
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold;
}
.bodylink:hover { 
	text-decoration: underline; 
	color: #CC9966; 
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold;
}

.largeBlueLink:link,
.largeBlueLink:visited,
.largeBlueLink:hover,
.largeBlueLink:active {
	color: #4d86bd;
	font-size: 14px;
	font-weight: bold;
}
