/* CSS Document */
body {
	font-size: 14px;
	line-height: 20px;
	color: #444852;
	background-color: #FFFFFF;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 16px;
	margin-bottom: 16px;
}
td {
	font-size: 12px;
	line-height: 14px;
	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;
}
a:link {
	color: #990033;
	text-decoration: none;
}
a:visited {
	color: #CC6666;
	text-decoration: none;
}
a:active {
	color: #EACC32;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #D7BC2E;
}
.orange {
	color: #F17F20;
}
.red {
	color: #FF3333;
}
.copyright {
	font-size: 10px;
	line-height: 18px;
	color: #D7BC2E;
}
