BODY
{
	background-color: #ffffff;
}
A
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #25985D;
	text-decoration: none;
}
A:hover, A:active
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #25985D;
	text-decoration: underline;
}

A.navlink
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #E8D9B9;
	text-decoration: none;
}

A:hover.navlink, A:active.navlink
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #E8D9B9;
	text-decoration: none;
}

A.subnavlink
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: underline;
}

A:hover.subnavlink, A:active.subnavlink
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: underline;
}

A.smalllink
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	line-height: 7pt;
	color: #25985D;
	text-decoration: none;
}
A:hover.smalllink, A:active.smalllink
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	line-height: 7pt;
	color: #25985D;
	text-decoration: underline;
}

A.titlelink, A:hover.titlelink, A:active.titlelink
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	line-height: 7pt;
	color: #ffffff;
	background-color: #DCD0B9;
	text-decoration: underline;
}

.border
{
	border: solid 1px black;
}
.grayborder
{
	border: solid 1px Silver;
}

.content
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	color: #000000;
}
.contentheader
{
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.title
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	line-height: 9px;
	color: #ffffff;
	background-color: #DCD0B9;	
}

.info
{
	font-family: Arial, Sans-Serif;
	font-size: 7pt;
	color: #000000;
	text-decoration: none;
}