/* CSS Document */
body, td {
	font-size: 14px;
	line-height: 20px;
	color: #444852;
}
.biggest {
	font-size: 24px;
	line-height: 28px;
}
.bigger {
	font-size: 18px;
	line-height: 22px;
}
.big {
	font-size: 16px;
	line-height: 22px;
}
.normal {
	font-size: 14px;
	line-height: 20px;
}
.small {
	font-size: 12px;
	line-height: 18px;
}
.smaller {
	font-size: 10px;
	line-height: 13px;
}
.smallest {
	font-size:9px;
	line-height: 12px;
}
body {
	background-color: #FFFFFF;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 24px;
	margin-bottom: 24px;
	background-image: url(../images/bkgnd_snow.gif);
}
a:link {
	color: #5E8ADD;
	text-decoration: none;
}
a:visited {
	color: #4C71B5;
	text-decoration: none;
}
a:active {
	color: #FFAE00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #C3941C;
}
.copyright {
	font-size: 10px;
	line-height: 18px;
	color: #E60000;
}
.alert {
	color: #E60000;
}
.caption {
	color: #86898D;
	font-size: 12px;
	line-height: 16px;
}
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #E60000;
}
.bkwht {
	background-color: #FFFFFF;
}
.gold {
	color: #EBBA00;
}
.green {
	color: #71AC14;
}
.lbrown {
	color: #C3941C;
}
.note {
	color: #86898D;
}
.biggerred {
	color: #E60000;
	font-size: 18px;
	line-height: 22px;
}
.dgreen {
	color: #004400;
}
.orange {
	color: #FF2B00;
}
.bigorange {
	color: #FF2B00;
	font-size: 16px;
	line-height: 22px;
}
.biggreen {
	color: #71AC14;
	font-size: 16px;
	line-height: 22px;
}
.brown {
	color: #5E0900;
}
.bigbrown {
	color: #5E0900;
	font-size: 16px;
	line-height: 22px;
}
.pink {
	color: #F96D94;
}
.bigpink {
	color: #F96D94;
	font-size: 16px;
	line-height: 22px;
}
.bkftop {
	background-image: url(../images/ftop_redline.gif);
}
.bkred {
	background-color: #E60000;
}
.bkfbottom {
	background-image: url(../images/fbottom_line.gif);
}
.bkgreen {
	background-color: #71AC14;
}
.bkbrown {
	background-color: #C3941C;
}
.biglbrown {
	color: #C3941C;
	font-size: 16px;
	line-height: 22px;
}
