BODY { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; line-height: 15pt;}
P { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; line-height: 15pt;}
H1 { font-family: verdana, arial, helvetica, sans-serif; font-size: 14pt; color:#F37E30 ; line-height: 15pt;}
H2 { font-family: verdana, arial, helvetica, sans-serif; font-size: 12pt; color:#F37E30 ; line-height: 15pt;}
H3 { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; color:#F37E30 ; line-height: 15pt;}
H4 { font-family: verdana, arial, helvetica, sans-serif; font-size: 9pt; font-style: italic ; line-height: 15pt;}
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; line-height: 15pt;}
TD { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; line-height: 15pt;}
TH { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; line-height: 15pt;}
BLOCKQUOTE { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt ; line-height: 15pt;}
INPUT { font-family: monospace; font-size: 10pt }
PRE { font-family: monospace; font-size: 10pt }
TEXTAREA { font-family: monospace; font-size: 10pt }
.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: 9pt }
.xsmalltext { font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt }
.highlight {background-color:#ffff00;}
.pwidth {width: 750px}
@media print {
      .noprint { display: none; }
      .pwidth {width: 640px}
    }

.excerpt {
	font-size:8pt;
	font-weight:normal;
	padding:8px;
	background-color: #eeeeee;
	border: 0;
}
.footer {
	font-family:verdana, arial, sans-serif;
	color:#000066;
	font-size:11px;
	font-weight:normal;
	padding:2px;
	border-top-style: none;
}
.takenote {
	font-family:verdana, arial, helvetica, sans-serif;
	color:#000066;
	font-size:9pt;
	font-weight:normal;
	padding:10px;
	background-color: #CFDDFC;
	border: 1px dotted #000066;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
}

#nav a {
	display: block;
	width: 100px;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	xxxwidth: 100px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #eeeeee;
	padding: 10px;
	white-space: nowrap;
	font-size: 8pt;
	width: 100px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Column for Community e-zine */

.eztext {float:left;width:400px;padding-bottom:5px;}

/* Vault */

.pqBlue2 {background-color: #3399ff;}
.pqBlue {background-color: #99ccff;}

.pqGreen2 {background-color: #33cc33;}
.pqGreen {background-color: #99ff66;}

.pgOrange2 {background-color: #ff9900;}
.pgOrange {background-color: #ffcc66;}

.pqRed2 {background-color: #ff3333;}
.pqRed {background-color: #ff9999;}

.pqYellow2 {background-color: #ffcc00;}
.pqYellow {background-color: #ffff66;}

.pqPurple2 {background-color: #cc66ff;}
.pqPurple {background-color: #ff99ff;}

.pqBrown2 {background-color: #cccc00;}
.pqBrown {background-color: #ccff33;}

a.vt:link { text-decoration: none;font-size: 8pt;}
a.vt:visited { text-decoration: none;font-size: 8pt;}
a.vt:hover { text-decoration: none;font-size: 8pt;}
a.vt:active { text-decoration: none;font-size: 8pt;}

.pq {	
	border: solid 1px #2424B3;
	border-bottom: none;
	color: #000;
	width: 130px;
}
.pq .bottom {
	border-bottom: solid 1px #2424B3;
	height: 10px;
}
.pq .middle {
	margin: 5px 5px 0px 5px;
	text-align: center;
}

.pq .cn {
	background-image: url(images/rounded_blue_circle.gif);
	background-repeat: no-repeat;
	height: 10px;
	line-height: 10px;
	position: relative;
	width: 10px;
}
.pq .tl {
	background-position: top left;
	float: left;
	margin: -2px 0px 0px -2px;
}
.pq .tr {
	background-position: top right;
	float: right;
	margin: -2px -2px 0px 0px;
}
.pq .bl {
	background-position: bottom left;
	float: left;
	margin: 2px 0px -2px -2px;
}
.pq .br {
	background-position: bottom right;
	float: right;
	margin: 2px -2px -2px 0px;
}
