/* CSS Document */
body, td {
	font-size: 14px;
	line-height: 18px;
	color: #555555;
}
.biggest {
	font-size: 24px;
	line-height: 28px;
}
.bigger {
	font-size: 18px;
	line-height: 22px;
}
.big {
	font-size: 16px;
	line-height: 20px;
}
.normal {
	font-size: 14px;}
.small {
	font-size: 12px;
	line-height: 16px;
}
.smaller {
	font-size: 10px;
	line-height: 13px;
}
.smallest {
	font-size:9px;
	line-height: 12px;
}
body {
	background-color: #F2F2F2;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 24px;
}
a:link {
	color: #FF6699;
	text-decoration: none;
}
a:visited {
	color: #CC6699;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
.alert {color: #FF6600}
.red_bold {
	color: #389FD9;
	font-weight: bold;
}
.top {
	background-image: url(images/frame_top.gif);
}
.bottom {
	background-image: url(images/frame_bottom.gif);
}
.right {
	background-image: url(images/frame_right.gif);
}
.left {
	background-image: url(images/frame_left.gif);
}
.bkwht {
	background-color: #FFFFFF;
}
.bkgry {
	background-color: #EEEEEE;
}
.bkblue {
	background-color: #73BCE4;
}
.bkgry2 {
	background-color: #999999;
}
.red {
color: #FF3333}
