.bodyBg {
	background-attachment: fixed;
	background-color: #FFFF00;
	background-image: url(../common/bground.jpg);
	background-repeat: repeat-x;
}
.bodyText {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	text-align: left;
}
.bodyWhite {
	font-family: Arial;
	font-size: 10pt;
	color: #000066;
	text-align: left;
}
.smallSubs {
	font-family: Arial, Helvetica;
	font-size: 11pt;
	color: #CC0000;
	text-align: left;
	font-weight: bold;
}
.headline {
	font-family: Verdana;
	font-size: 32pt;
	color: #000066;
	text-align: left;
	font-weight: normal;
	letter-spacing: -3pt;
}
.whiteSubHead {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
	line-height: normal;
	text-align: left;
}
.bodyOblique {
	font-family: Arial;
	font-size: 10pt;
	font-style: italic;
	color: #333333;
}
.bodyTextBold {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.altText {
	font-family: Arial;
	font-size: 8px;
	color: #000000;
	text-align: left;
}
.list {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-align: left;
	list-style-position: outside;
	list-style-type: square;
}
.fieldText {
	font-family: Arial;
	font-size: 9px;
	color: #990000;
	text-align: left;
}

.dudLink {
	font-family: Arial;
	font-size: 8pt;
	color: #999999;
	font-weight: bold;
}

.quotes {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
	line-height: normal;
	text-align: left;
}
.quoteTag {
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	line-height: 9px;
	text-align: right;
	font-style: italic;
	padding-right: 20px;
	margin-top: -12px;
}



a:link {
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
a:visited {
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
a:hover {
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #B20000;
}
a:active {
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	color: #333333;
}
.cursor {
	cursor: pointer;
}
