/* CSS Document */
body, td {
	font-size: 12px;
	line-height: 18px;
	color: #444444;
}
body {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #ffffff;
}
a:link {
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
.bkwht {
	background-color: #FFFFFF;
}
.caption {
	color: #777777;
	font-size: 14px;
	line-height: 18px;
}
.hline {
	background-image: url(../images/hline.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.tumred {
color: #FF3300}
.black {
color: #000000}
.alert {color: #FF3366}