body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.bar {
	vertical-align: baseline;
}
a {
	text-decoration: none;
}
a:hover {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
.redRow {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	height: 20px;
}
.greyHeading {
	color: #9E9E9E;
	font-size: 10pt;
}

.redDotList {
	list-style-image: url(images/reddot.gif);
	font-size: 8pt;
}

.Heading {
	font-weight: bold;
	font-size: 10pt;
}
.greyRow {
	background-color: #F8F8F8;
}
.Footnote {
	font-size: 9px;
	color: #949494;
}
.bigHeading {
	font-size: 12pt;
	font-weight: bold;
}

#navcontainer {
	width: 120px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a
{
	display: block;
	padding: 4px;
	width: 100px;
	background-color: #F4F4F4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 10px;
	border-bottom-color: #C3C3C3;
}

#navcontainer a:link, #navlist a:visited
{
	color: #000000;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #f1f4ff;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C3C3C3;
}
.caption {
	color: #000099;
	line-height: 40pt;
}
