﻿body
{
	font-family: Verdana, Sans-Serif;
	color: #000000;
}

.normalText, p, li
{
	font-size: 8pt;
	line-height: 150%;
}
p
{
	margin-top: 2px;
}
a
{
	text-decoration: none;
	color: darkblue;
}

a:hover
{
	background-color: #eeeeee;
}

h1
{
	font-size: 13pt;
	text-transform: uppercase;
}

h2
{
	font-size: 11pt;
	text-transform: uppercase;
	font-weight: bold;
	color: #808080;
	margin-bottom: 0;
	padding-bottom: 0;
}

h3
{
	font-size: 9pt;
	font-weight: bold;
}


hr
{
	height: 1px;
	color: #c0c0c0;
}

.listHeader
{
	font-size: 10pt;
	line-height: 200%;
	font-weight: bold;
}

.readMore
{
	/*display: block;*/
	text-align: right;
}

a.whiteLink
{
	color: #ffffff;
	text-decoration: underline;
}
a:hover.whiteLink
{
	background-color: Transparent;
}
