BODY {
	background: black;
	background-image:url('redblack-bg.gif');
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

P {
	color: black; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
}

TD, TH {
	color: black; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
}

H3 {
	font-family: Times, serif; 
	font-size: 22px; color:black; 
	font-weight:normal;
	text-align: center;
}

H4 {
	font-family: Times, serif; 
	font-size: 22px; color:black; 
	font-weight:normal;
	text-align: center;
}

/* Content table - PopUp page*/
table.main2 {
	border-left:1px solid black; 
	border-right:1px solid black; 
	border-top:1px solid black; 
	border-bottom:1px solid black;
	table-layout: auto;
    width: 720px;
	padding-left: 10px ;
	padding-right: 10px;
	border-spacing: 00px;
	border-collapse: separate;
	background: white;
}

/* Default links entire site*/
a {
	color:navy; 
	text-decoration:underline; 
	font-weight:normal; 
	font-size: 13px;
}

a:visited {
	color:navy; 
	text-decoration:underline; 
	font-weight:normal; 
	font-size: 13px;
}

a:hover {
	color:firebrick; 
	text-decoration:underline; 
	background: none;
	font-weight:normal; 
	font-size: 13px;
}

a:active {
	color:firebrick; 
	text-decoration:underline;
	background: none; 
	font-weight:normal; 
	font-size: 13px
}
/* End default links entire site */
