A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	text-decoration : none;
	color: 336633;
}

A:HOVER {
	text-decoration: underline;
	color: 669966;
}

BODY, P, TD {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 10pt;
}

DIV.newstitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	text-transform : uppercase;
}

DIV.heading {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	margin-bottom : 12pt;
	text-transform : uppercase;
}

DIV.subhead {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	font-style : italic;
	margin-bottom : 10pt;
}

DIV.subhead-red {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : italic;
	margin-bottom : 12pt;
	color : red;
}

DIV.subhead-blue {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	font-style : italic;
	margin-bottom : 12pt;
	color : Blue;
}

DIV.smalltext {
	font-family : Arial, Helvetica, sans-serif;
	font-size :8pt;
	font-weight : normal;
}

.smalltext {
	font-family : Arial, Helvetica, sans-serif;
	font-size :8pt;
	font-weight : normal;
}


DIV.indent {
	margin-left : 5%;
	margin-right : 5%;
	margin-top : 5%;
	margin-bottom : 5%;
}

HR {
	color : Gray;
	width : 100%;
}

UL {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 10pt;
}

.tableborder {
	background-color : #FFFFFF;
	text-indent : 2px;
	width : 100%;
	border : 1px solid #000000;
	padding-left : 10px;
	padding-right : 10px
}