/* CSS Document */

body {
	/*background-color: #B7B8A0;*/
	background-color: #000000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background-image: url(../images/pageBackground.gif);
	background-repeat: repeat-x;
}
td, tr, table {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
}
H1 {font-size: 16px; color: #CC0000; font-family: Georgia, "Times New Roman", Times, serif;}
H2 {font-size: 12px; color: #CC0000; font-family: Georgia, "Times New Roman", Times, serif; margin: 20px 0 -10px 0;}
H3 {font-size: 12px; color: #660000; text-transform: uppercase;}
/*H3 {font-size: 12px; color: #30302B; text-transform: uppercase;}*/

.item {
	background-color: #FFFFFF;
	padding: 0 0 5px 0;
}
.test {
	border: 1px dotted #000;
	/*width: 350px;*/
	background-color: #FFFFFF;
}

.test h2 {float:none;}
.status, .time {
	font-size: 1em;
	font-weight: bold;
	color: #30302B;
}
.status b {
	color: #660000;
}
#copyright {
	float: none;
	/*color: #30302B;*/
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
	/*border-top: 1px dotted #30302B;*/
	border-top: 1px dotted #CC0000;
}
.address {
	border-bottom: 1px dotted #CC0000;
	color: #FFFFFF;
}
a:link {
	color: #CC0000;
	letter-spacing: 0em;
	text-decoration: none;
	border-bottom: 1px dotted #660000;
}
a:visited {
	color: #CC0000;
	letter-spacing: 0em;
}
a:hover {
	color: #990000;
	letter-spacing: 0em;
}
a:active {
	color: #660000;
	letter-spacing: 0em;
}




