body {
	background: #000000;
	margin: 0px 0px 0px 0px;
}
.table1 {
	margin: auto;
	border-bottom: 0px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 0px;
}	
.table2 {
	margin: auto;
	background-image: url(../images/page-image.jpg); 
	background-repeat: no-repeat;
	border-bottom: 0px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 0px;
}	
p {
	font-family: georgia, times, times new roman, serif; 
	font-size: 11px; 
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 8px;	
}
.redRow {
	background-color: #ff0000;
	vertical-align: middle;
	width: 750px;
	height: 30px;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.blackRow {
	background-color: #000000;
	vertical-align: middle;
	width: 750px;
	height: 30px;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
a.text:link  {
	font-family: georgia, times, times new roman, serif; 
	color : #cc0000;
	text-decoration: none;
	border-bottom: 1px dotted #cc0000;
}
a.text:visited  {
	font-family: georgia, times, times new roman, serif; 
	color : #cc3333;
	text-decoration: none;
	border-bottom: 1px dotted #cc3333;
}
a.text:active  {
	font-family: georgia, times, times new roman, serif; 
	color : #666666;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
a.text:hover  {
	font-family: georgia, times, times new roman, serif; 
	color : #666666;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
.bText {
	font-family: verdana, helvetica, arial, sans-serif; 
	color : #666666;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
}
	
a.bNav:link  {
	font-family: verdana, helvetica, arial, sans-serif; 
	color : #ff0000;
	font-size: 12px;
	text-decoration: none;
}
a.bNav:visited  {
	font-family: verdana, helvetica, arial, sans-serif; 
	color : #ff6666;
	font-size: 12px;
	text-decoration: none;
}
a.bNav:active  {
	font-family: verdana, helvetica, arial, sans-serif; 
	color : #666666;
	font-size: 12px;
	text-decoration: none;
}
a.bNav:hover  {
	font-family: verdana, helvetica, arial, sans-serif; 
	color : #666666;
	font-size: 12px;
	text-decoration: none;
}
.copyright {
	font-family: verdana, helvetica, arial, sans-serif; 
	color : #999999;
	font-size: 11px;
	text-align: center;
}