/* CSS Document */
body, td {
	font-size: 16px;
	line-height: 22px;
	color: #444450;
}
.biggest {
	font-size: 36px;
	line-height: 42px;
}
.bigger {
	font-size: 24px;
	line-height: 28px;
}
.big {
	font-size: 18px;
	line-height: 24px;
}
.normal {
	font-size: 16px;
	line-height: 22px;
}
.small {
	font-size: 14px;
	line-height: 20px;
}
.smaller {
	font-size: 12px;
	line-height: 16px;
}
.smallest {
	font-size:10px;
	line-height: 13px;
}
body {
	background-color: #F2B320;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 40px;
	margin-bottom: 24px;
}
a:link {
	color: #660099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC3366;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.alert {color: #FF0000}
.bkwht {
	background-color: #FFFFFF;
}
.copyright {
	font-size: 10px;
	line-height: 13px;
	color: #993333;
}
.caption {
	color: #74747E;
	font-size: 14px;
	line-height: 18px;
}
.title {
	font-size: 18px;
	line-height: 24px;
	color: #990033;
}
.arclist {
	font-size: 14px;
	line-height: 16px;
}
.arctitle {
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}
.date {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
.bkorg {
	background-color: #F2B320;
}
.black {
	color: #000000;
}
.bklorg {
	background-color: #FAD466;
}
.whitesmall {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 12px;
}
