BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #000000;
	margin-top:0;
	margin-bottom: 0px;
}

a:link {
	color: #02739B;
}
a:visited {
	color: #C20F2F;
}

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color:#000000;
}
H2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14pt;
	color:#000000
}
H3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	color:#000000
}
H4 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000
}
UL {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
}
OL {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
}

DL { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt }
TD { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt }
TH { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt }
BLOCKQUOTE {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}
INPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color:#F1F1F3;
	color: #666666;
	border: 1px dotted #CCCCCC;
}
TEXTAREA { font-family: monospace; font-size: 10pt; background-color:ffffcc }
.text { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt }
.bigtext { font-family: verdana, arial, helvetica, sans-serif; font-size: 12pt }
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	line-height: 16px;
}
.xsmalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	line-height: 12pt;
}
.highlight {background-color:#ffff00}
.button { text-decoration:none; background-color:#ffffff}
.buttontext { font-weight:bold; color:#666666; font-size:9pt; text-decoration:none; }
.mouseover { background-color:#ffffff; text-decoration:none; }
.mouseovertext { font-weight:bold; color:#000000; font-size:9pt; }
.border {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.pwidth {
	width: 779px;
}
@media print {
      .noprint { display: none; }
      .pwidth {
	width: 640px;
}
 
