/* CSS Document */
body, td {
	font-size: 14px;
	line-height: 20px;
	color: #444450;
}
.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: 16px;
}
.smaller {
	font-size: 10px;
	line-height: 13px;
}
.smallest {
	font-size:9px;
	line-height: 12px;
}
body {
	background-color: #FFFFFF;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 16px;
}
a:link {
	color: #FF6699;
	text-decoration: none;
}
a:visited {
	color: #CC6699;
	text-decoration: none;
}
a:active {
	color: #FF6633;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
.doth {
	background-image: url(images/dot_h.gif);
}
.dotv {
	background-image: url(images/dot_v.gif);
}
.caption {
	font-size: 12px;
	line-height: 16px;
	color: #777777;
}
.wblue {
	color: #389FD9;
}
.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}

.black {
color: #000000}
.gold {
color: #F5C820}
.blackbold {
	color: #000000;
	font-weight: bold;
}
.bkgletter {
	background-image: url(news/images/line_letter.gif);
}
.orange {
	color: #F17F20;
}