BODY {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #FCFCFC;
	color: #000000;
	margin-top:0;
	background-image: url(images/bg_grey.gif);
}
a:link {
	color: #4664B1;
}
a:visited {
	color: #FF0000;
}

P {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 16pt;
}
H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color:#000000;
	font-weight: bold;
}
H2 { font-family: "Times New Roman", Times, serif; font-size: 12pt; color:#000000}
H3 { font-family: "Times New Roman", Times, serif; font-size: 10pt; color:#000000}
H4 { font-family: "Times New Roman", Times, serif; font-size: 10pt; color: #000000 }
UL { font-family: "Times New Roman", Times, serif; font-size: 10pt }
OL { font-family: "Times New Roman", Times, serif; font-size: 10pt }
DL { font-family: "Times New Roman", Times, serif; font-size: 10pt }
TD {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 16pt;
}
TH { font-family: "Times New Roman", Times, serif; font-size: 10pt }
BLOCKQUOTE {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}
INPUT { font-family: monospace; font-size: 10pt; background-color:ffffcc }
TEXTAREA { font-family: monospace; font-size: 10pt; background-color:ffffcc }
.text { font-family: "Times New Roman", Times, serif; font-size: 10pt }
.bigtext { font-family: "Times New Roman", Times, serif; font-size: 12pt }
.smalltext {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
}
.xsmalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	line-height: 16pt;
}
.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; }
.date { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; font-weight: bold; }
.xsmalltext_white { font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt; color: #FFFFFF }
.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: 750px}
@media print {
      .noprint { display: none; }
      .pwidth {width: 640px}
    }
