BODY
{
	background-color: #FFF8DC;
	font-size: 10pt;
	cursor: default;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}
BODY.printerFriendly
{
	background-color: White;
	font-size: 10pt;
	cursor: default;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

DIV.newsletter
{
	width: 800px;
	background-color : White;
	padding : 10 10 10 10;
	border: 1px solid Black;
}

.currentPage
{
	color: Gold;
	font-weight : bold;
}
.sectionTitle
{
	font-size: 11pt;
	font-weight : bold;
}
.welcome
{
	color: Black;
	font-size: 12pt;
	font-weight : bold;
}
.smallText
{
	font-size:9px;
}
.mediumText
{
	font-size:11px;
}
.navCurPage
{
	color: White;
	font-weight: bold;
}

A:link{ font-size:10pt; color:Blue; text-decoration:none; font-weight:normal;  }
A:visited{ font-size:10pt; color:Blue; text-decoration:none; font-weight:normal;  }
A:active{ font-size:10pt; color:Blue; text-decoration:none; font-weight:normal;  }
A:hover{ font-size:10pt; color:Blue; text-decoration:underline; font-weight:normal;  }

A.navPanel{ color: #F0E68C; }
A.navPanel:hover{ color:#F0E68C; }

A.linkNav:link{ color:White; text-decoration:none; font-weight: bold;  }
A.linkNav:visited{ color:White; text-decoration:none; font-weight: bold;  }
A.linkNav:active{ color:White; text-decoration:none; font-weight: bold;  }
A.linkNav:hover{ color: Gold; text-decoration: none; font-weight: bold; }

A.linkFooter:link{ font-size:7pt; color:Blue; text-decoration:none; font-weight:normal;  }
A.linkFooter:visited{ font-size:7pt; color:Blue; text-decoration:none; font-weight:normal;  }
A.linkFooter:active{ font-size:7pt; color:Blue; text-decoration:none; font-weight:normal;  }
A.linkFooter:hover{ font-size:7pt; color:Blue; text-decoration:none; font-weight:normal;  }

HR{
	color : #003300;
	height: 1px;
}

TD { font-size: 10pt; }

TD.blackLine
{
	background: Black;
	color: Black;
	font-size: 1px;
}
TD.whiteLine
{
	background: White;
	color: White;
	font-size: 1px;
}
TD.silverLine
{
	background-color: Silver;
	color: Silver;
	font-size: 1px;
}
TD.navLine
{
	background: #669966;
	color: #669966;
	font-size: 1px;
}
TD.navFiller
{
	background: #669966;
	color: #669966;
	font-size: 1px;
}
TD.navCell
{
	background: #669966;
}
TD.curLocation
{
	font-size: 8pt;
}
TD.body
{
	background: White;
	color: Black;
}
TD.footer
{
	background: #FFF8DC;
	color: Black;
	font-size: 9px;
}
.alternateRow
{
	background-color : #EBEBEB;
}
TD.schedDayOfWeek
{
	font-size: 10pt;
	font-weight : bold;
}
TD.schedHeader
{
	color: Black;
	background-color : #F0E68C;
}
TD.schedHeaderPrint
{
	color: Black;
	background-color : Silver;
}
TD.quoteHeader
{
	font-size: 11pt;
	font-weight: bold;
}
TD.quoteText
{
	color: #000033;
	font-weight : bold;
}
TD.whiteText
{
	color: White;
}