/* -- universal stylesheet for use with Internet Explorer >5 and Netscape Navigator 6 --*/
/* -- should display equally well in IE and NS, plus Opera, in the ideal world of    --*/
/* -- all browsers adhering to HTML and CSS specification.                            --*/

BODY{
	background-color : #FFFFFF;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	}


P, TD{
	background-color : #FFFFFF;
	color :#000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	vertical-align : top;
	padding : 2px 2px 2px 2px;
	}

H1,H2,H3,H4,H5,H6{
	background-color : #FFFFFF;
	color :#000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px 2px 0px 2px;
	}

H1{
	font-size : 20pt;
	line-height : 36px;
	}

H2{
	font-size : 18pt;
	line-height : 28px;
}

H3{
	font-size : 14pt;
	line-height: 24px;
	}

H4{
	font-size : 10pt;
	}

H5{
	font-size : 8pt;
	}

H6{
	font-size : 7pt;
	}

HR{
	height : 2px;
	}

.fullwidth{
	width: 750px;
}

.topbanner{
	font-style : normal;
	font-weight : bold;
	letter-spacing : +0.2em;
	text-align : center;
	}


.topbar{
	font-weight : bold;
	}

.navbar{
	Text-Align : center;
	}

.navlink{
	font-size : 8pt;
	font-style : normal;
	}

.caption{
	font-size : 8pt;
	font-style : normal;
	text-align : center;
	}

.emphasis{
	Font-Style : italic;
	Text-Align : center;
	}

.footnote{
	font-size : 7pt;
	text-align : center;
	}
