BODY 
{
	background-color: White; 
	margin: 0; 
	font-family: Verdana; 
	font-size: 10pt;
}

BODY.admin
{
	background-color: White; 
	background-image: none;
	margin: 0; 
	font-family: Verdana; 
	font-size: 10pt;
}

TH 
{
	text-align: right;
	font-size: 10pt;
	font-weight: normal;
}

TD 
{
	font-family: Verdana; 
	font-size: 10pt
}


A 
{
	color: blue;
}


A:hover {color: blue; text-decoration: none}
A:visited {color: blue}

TABLE.Report 
{
	border-collapse: collapse
}

TABLE.Report TR TD
{
	padding-right: 15;
}

TABLE.Report TR.Header TD
{
	background-color: #cccccc;
	border-bottom: solid 1px black;
}

TABLE.Report TR
{
	vertical-align: top;
}


TABLE.Report TR.Footer TD
{
	border-top: solid 1px black;
}

SPAN.PageTitle
{
	font-family: verdana;
	font-size: 18pt;
	color: Teal;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

TABLE.Content
{
	width: 100%;
	border: solid 0;
	border-collapse: collapse;
}

TABLE.Content TR TD
{
	padding: 0 20 0 20;
	font-size: 10pt;
}
