@charset "UTF-8";
/* CSS Document */

body  {
	text-align: left;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	background-color: #000;
	/*background-image: url(art/stripe.jpg);*/
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

a {
	color: #CCC;
	text-decoration: none;
	text-align: left;
}
.underline {
}

a:link {
	color: #C93;
	text-decoration: underline;
}
	
a:visited {
	color: #C93;
	text-decoration: underline;
}

a:hover {
	color: #C93;
	text-align: left;
	text-decoration: underline;
	font-weight: normal;
}
.main  #container{
	width: 950px;
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: 600px;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	border: thin solid #000;
	background-image: url(images/spBgd.jpg);
	font-weight: normal;
}
.main table tr td #container table tr td p {
	font-weight: normal;
	text-align: left;
}
