/* CSS Document */
body, td {
	font-size: 12px;
	line-height: 18px;
	color: #444450;
}
.biggest {
	font-size: 24px;
	line-height: 28px;
}
.bigger {
	font-size: 18px;
	line-height: 22px;
}
.big {
	font-size: 14px;
	line-height: 20px;
}
.normal {
	font-size: 12px;
	line-height: 18px;
}
.small {
	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: #F5C820;
	text-decoration: none;
}
a:visited {
	color: #D8BD50;
	text-decoration: none;
}
a:active {
	color: #FF6699;
	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 {
	color: #999999;
	font-size: 12px;
	line-height: 16px;
}
.wblue {
	color: #389FD9;
}
.caption2 {
	color: #777777;
}
.orange {
	color: #F17F20;
}
.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);
}.red {
	color: #FF3333;
}
.bkgletter {
	background-image: url(news/images/line_letter.gif);
}