a:link 		{ color:white; text-decoration:underline; }
a:visited 	{ color:white; text-decoration:underline; }
a:focus 	{ color:white; text-decoration:underline; }
a:hover 	{ color:white; text-decoration:underline; }
a:active 	{ color:white; text-decoration:underline; }


html, body { 
	margin:0; 
 	text-align:center;
 	background-color:#000000; 
} 

img {
	border:0;
}

#textSpacer {
	height:70px;
	width:20px;
	padding-top:64px;
}

.members {
	float:left;
}

.information {
	font:Arial;
	font-family:Arial;
	font-size:12pt;
	color:#FFFFFF;
	text-align:center;
	margin-left:auto; 
	margin-right:auto;
}

.newsletter {
	text-align:right;
	font:Arial;
	font-family:Arial;
	font-size:10pt;
	color:#FFFFFF;
	margin-top:5px;
	margin-right:5px;
        font-weight:bold;
}

.contact {
	text-align:right;
	font:Arial;
	font-family:Arial;
	font-size:10pt;
	color:#FFFFFF;
	margin-top:5px;
	margin-right:5px;
        font-weight:bold;
}

table.shop_form_table th,
table.shop_form_table tr,
table.shop_form_table td{
	vertical-align: middle;
}

table.contact_table {
	margin-left: auto;
	margin-right: auto;
}

.order_button {
        margin:15px;
}

.componentheading {
        font-weight: bolder;
        font-size:14pt;
        text-decoration: underline;
}