/* CSS Document */
body, td {
	font-size: 16px;
	line-height: 22px;
	color: #383847;
}
.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: #FFFFFF;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
}
a:link {
	color: #1BAACC;
	text-decoration: none;
}
a:visited {
	color: #168DAB;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F0027F;
}
.alert {color: #FF6600;
}
.top {
	background-image: url(images/f_top.gif);
}
.bottom {
	background-image: url(images/f_bottom.gif);
}
.right {
	background-image: url(images/f_right.gif);
}
.left {
	background-image: url(images/f_left.gif);
}
.bkwht {
	background-color: #FFFFFF;
}
.bkgry {
	background-color: #EEEEEE;
}
.bkgry2 {
	background-color: #999999;
}
.doth {
	background-image: url(images/dot_h.gif);
}
.copyright {
	color: #F0027F;
	font-size: 10px;
	line-height: 13px;
}
.title {
	color: #8C867C;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
.blackbold {
	color: #333333;
	font-weight: bold;
}
.caption {
	color: #74747E;
	font-size: 14px;
	line-height: 20px;
}
.top2 {
	background-image: url(images/f_top2.gif);
}
.bottom2 {
	background-image: url(images/f_bottom2.gif);
}
.right2 {
	background-image: url(images/f_right2.gif);
}
.left2 {
	background-image: url(images/f_left2.gif);
}
.megenta {
	color: #F0027F;
}
.cyan {
	color: #1BAACC;
}
.cyan_big {
	font-size: 20px;
	line-height: 26px;
	color: #1BAACC;
	font-weight: bold;
}
