/* CSS Document */
body, td {
	font-size: 16px;
	line-height: 22px;
	color: #444444;
}
.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: 14px;
}
body {
	background-color: #ddddd4;
	margin-right: 24px;
	margin-left: 24px;
	margin-top: 24px;
	margin-bottom: 24px;
}
a:link {
	color: #48bbf2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3792BF;
}
a:active {
	color: #99CC00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFAE00;
}
.copyright {
	font-size: 10px;
	line-height: 13px;
}
.bkblack {
	background-color: #000000;
}
.bkwht {
	background-color: #FFFFFF;
}
.red {
	color: #FF0000;
}
.bkgray {
	background-color: #e8e8e0;
}
.purple {
	color: #666699;
}
.title {
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}
.blkhline {
	background-image: url(../images/hline_blk4.gif);
}
