/* CSS Document */
body, td {
	font-size: 16px;
	line-height: 22px;
	color: #383842;
}
.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: #E2E2D6;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 32px;
	margin-bottom: 24px;
}
a:link {
	color: #DB5757;
	text-decoration: none;
}
a:visited {
	color: #B24646;
	text-decoration: none;
}
a:active {
	color: #E6A133;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #E6A133;
}
.alert {color: #FF6600}
.top {
	background-image: url(images/cont_top.gif);
}
.bottom {
	background-image: url(images/cont_bottom.gif);
}
.right {
	background-image: url(images/frame_right.gif);
}
.left {
	background-image: url(images/frame_left.gif);
}
.bkwht {
	background-color: #FFFFFF;
}
.copyright {
	font-size: 10px;
	line-height: 13px;
}
.caption {
	color: #74747E;
	font-size: 14px;
	line-height: 20px;
}
.red {
color: #FF0000}
.calcblue {
color: #60799C}
.calcyellow {
color: #E6A133}
.top2 {
	background-image: url(images/arc_top.gif);
}
.bottom2 {
	background-image: url(images/arc_bottom.gif);
}
