/* CSS Document */

<style type="text/css">

.wpTable
{
	border: 1px #999999 solid;
	width: 500px;
}

.wpRowTitle
{
	background-color: black;
	padding: 2px;
}

.wpCellTopLeft
{
	background-color: #C0D0D9;
	font-weight: bold;
	font-family: arial;
	font-size: 10pt;
	text-align: center;
	color: black;
}

a.wpTitle, a.wpTitle:link, a.wpTitle:active, a.wpTitle:visited
{
	font-family: arial;
	font-weight: bold;
	font-size: 12pt;
	color: white;
	text-decoration: none;
}

a.wpTitle:hover
{
	font-family: arial;
	font-weight: bold;
	font-size: 12pt;
	color: white;
	text-decoration: underline;
}

.wpRow
{
	height: 30px;
}

.wpRowHeader
{
	background-color: #CBBE89;
	font-family: arial;
	font-weight: normal;
	font-size: 10pt;
	text-align: center;
}

.wpRowFooter
{
	background-color: black;
	height: 22px;
}

.wpRowFooterText
{
	font-family: arial;
	font-weight: bold;
	font-size: 8pt;
	text-align: right;		
	color: white;
}

.wpRowFooterTextDate
{
	font-family: arial;
	font-weight: bold;
	font-size: 8pt;
	color: #8D7852;
}

.wpCol
{
	font-family: arial;
	font-size: 10pt;
	text-align: center;
	background-color: #DED7C7;
}

.wpColAlt
{
	font-family: arial;
	font-size: 10pt;
	text-align: center;
	background-color: #EFEFEF;
}

.wpColTitle
{
	font-family: arial;
	color: white;
	font-size: 10pt;
	text-align: center;
	background-color: #C2BB92;
}

a.wpGoLink, a.wpGoLink:visited, a.wpGoLink:active
{
	font-weight: bold;
	font-size: 12pt;
}

a.wpGoLink:hover
{
	font: Arial, Helvetica, sans-serif
	font-weight: bold;
	font-size: 12pt;
	color: black;
}

</style>
		