/* Cascading Style Sheet */
body,P,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	line-height: 140%;
}

.tiny {
	font-size: 7pt;
	line-height: 140%;
}

.singlesp {
	line-height: 140%;
}

.space80 
{
	line-height: 180%;
}

.vp {
	color: #B12721;
	font-style: normal;
}

.blacknone {
	color: #000000;
	font-style: normal;
}

.boxtitle {
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}

.headline {
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #808080
}


td.graybox {
	background: #f0f0f0;
}

/* Anchor Definitions */
a.button:link {
	text-decoration: none;
}

a.button:visited {
	text-decoration: none;
}

a.button:active {
	text-decoration: none;
}

a.button:hover {
	text-decoration: none;
}

a.href:link {
	text-decoration: none;
	color: #0060b8;
}

a:link {
	text-decoration: none;
	color: #0060b8;
}

a:visited {
	text-decoration: none;
	color: #0060b8;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

/* Element Definitions */
hr {
	color: #808080;
	background-color: #808080;
	border: 0;
	height: 1px;
}

hr.white {
	color: #ffffff;
	background-color: #ffffff;
	border: 0;
	height: 2px;
}