body, td, th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
hr {
	color:#ccc;
	background: #ccc;
	border: 0;
	height:1px;
	margin: 25px 0px 25px 0px;
}
li {
	list-style-type: square;
	margin-top:5px;
}
.whitebox {
	border: 1px solid #FFFFFF;
}
.whiteboxtop {
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.whiteboxright {
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.whiteboxmid {
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.redheader {
	color: #cc0000;
	font-weight: bold;
	font-size:10pt
}
.whitebold {
	color: #CCCCCC;
}
.whitetext {
	color: #FFFFFF;
}
.greybold {
	color:#666666;
	font-weight: bold;
}
.greytext {
	color:#666666;
}
.bg {
	BACKGROUND-IMAGE: url(../images/bg.jpg);
	BACKGROUND-REPEAT: repeat-x;
	BACKGROUND-COLOR: #333333
}
.bgrey {
	BACKGROUND-IMAGE: url(../images/bg_top.gif);
	BACKGROUND-REPEAT: repeat-x;
	BACKGROUND-COLOR: #FFFFFF
}
.bgbox {
	BACKGROUND-IMAGE: url(../images/bg_box.gif);
	BACKGROUND-REPEAT: repeat-x;
	BACKGROUND-COLOR: #b40404;
	border-bottom: 1px solid #FFFFFF;
}
.style2 {
	color: #993300;
	font-weight: bold;
}
.browntxt {
	color: #993300;
}
A:link {
	COLOR: #000000;
	font-weight: bold;
}
A:visited {
	COLOR: #000000;
	font-weight: bold;
}
A:hover {
	COLOR: #cc0000;
	font-weight: bold;
}
A:active {
	COLOR: #cc0000;
	font-weight: bold;
}
a.story:link {
	color: #993300;
	background :transparent;
	text-decoration: none;
	font-weight: bold;
}
a.story:visited {
	color: #993300;
	background :transparent;
	text-decoration: none;
	font-weight: bold;
}
a.story:hover {
	color: #006666;
	background :transparent;
	text-decoration: underline
}
a.story:active {
	color: red;
	background :transparent;
}
.formbox {
	border: 1px solid #c5c5c1;
	font-size: 10px;
	color:#333333;
	font-family:Arial, Tahoma, Helvetica, sans-serif
}
table.datat {
	border-collapse:collapse;
	font:0.8em/145% 'Trebuchet MS', helvetica, arial, verdana;
	color: #333;
}
table.datat td, table.datat th {
	padding:8px 5px 8px 5px;
}
table.datat caption {
	padding: 0 0 .5em 0;
	text-align: left;
	font-size: 2.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background: transparent;
}
/* =links
----------------------------------------------- */

table.datat a {
	color:#950000;
	text-decoration:none;
}
table.datat a:link {
}
table.datat a:visited {
	font-weight:normal;
	color:#666;
	text-decoration: line-through;
}
table.datat a:hover {
	border-bottom: 1px dashed #bbb;
}
/* =head =foot
----------------------------------------------- */

table.datat thead th, table.datat tfoot th, table.datat tfoot td {
	color:#000;
	border-top: dotted 1px #333;
	border-bottom: dotted 1px #333;
}
table.datat tfoot td {
	text-align:right
}
/* =body
----------------------------------------------- */

table.datat tbody th, table.datat tbody td {
	border-bottom: dotted 1px #333;
}
table.datat tbody th {
	white-space: nowrap;
}
table.datat tbody th a {
	color:#333;
}
.odd {
	background-color: #f4f4f4;
}
table.datat tbody tr:hover {
	background:#fafafa
}
