A.none:link
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana,Arial,Helvetica;
	text-decoration: none;
}

A.none:visited
{
	font-weight: bold;
	font-size: 9pt;
	color: Black;
	font-family: Verdana,Arial,Helvetica;
	text-decoration: none;
}

A.none:hover
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Verdana,Arial,Helvetica;
	text-decoration: none;
}

A:link
{
	text-decoration: none;
}


A:visited
{
	text-decoration: none;
}

A:hover
{
	text-decoration: none;
}

BODY
{
	font-weight: normal;
	font-size: 8pt;
	background: #f5f5f5;
	margin: 4px 4px 0px;
	color: black;
	font-family: Verdana,Arial,Helvetica;
	text-align: justify;
	text-decoration: none;
}
TD
{
	font-size: 9pt;
}


.less
{
	font-size: 7pt;
	text-decoration: none;
}
H1
{
    font-size: 12pt;
    margin-bottom: 0px;
    margin-top: 0px;
}

H2
{
	font-size: 11pt;
	margin-bottom: 0px;
    margin-top: 0px;
}

H3
{
	font-size: 10pt;
    margin-top: 0px;
	margin-bottom: 0px;
}

H4
{
	font-size: 9pt;
	margin-bottom: 0px;
    margin-top: 0px;
}


.code
{
	font-size: 10pt;
	color: blue;
	font-family: "Courier New" , Courier, mono;
}

.whitetable
{
    border-right: white 2px solid;
    border-top: white 2px solid;
    border-left: white 2px solid;
    border-bottom: white 2px solid;
}

P.caption
{
    font-size: smaller;
    font-style: italic;
    text-align: center;
}

.proptable
{
	font-size: 10pt;
	font-family: "Courier New" , Courier, mono;
}