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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	margin-top: 8px;
	}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

/* PAGE STYLES */

#headerMenu {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	background-color: #333333;
}
#headerMenu a {
	text-decoration: none;
	color: #FFFFFF;
}
#headerMenu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
p {
	margin: 0px;
	padding: 0px;
}
p.shipment {
	margin-top: 5px;
	padding-left: 10px;
}
p.memberships {
	padding: 0px;
	margin: 0px;
	color: #000000;
	}
h1  {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}
h1.memberships {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #000000;
	}
h2  {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	}
h3  {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	}
.footer {
	background-color: #333333;
	padding: 8px;
	font-size:12px;
}
.footer a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
#mainContent {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	}
#mainContent a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
#mainContent a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	}


/* table styles */



.whiteBorder {
	border: 1px;
	border-color:#FFFFFF;
	border-style: solid;
	}
.blackBorder {
	border: 1px;
	border-color:#000000;
	border-style: solid;
	}
	
	
/* WAIVER LINK STYLE */
a.waiver {
	text-decoration: none;
	color: #FFFFFF;
	}
a:hover waiver {
	text-decoration: underline;
	color: #FFFFFF;
	}

/* NEWS STYLE */
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
.newsTable {
	border: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}