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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	font-style: normal;
}


h1 {
	font-size: 14px;
}

h2 { 
	font-size: 13px;
}

p {
	font-size: 12px;
	font-style: normal;
}

.editmember a {
	font-size: 10px;
	text-align: center;
}

.border {
	border: 1px solid #999999;
	font-style: normal;
	}
	
.tablehead {	
	color: #ffffff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

.tableheadBen {	
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	background-color: 666666;

}


.tablebody {
	border: 1px solid #999999;
	padding: 5px;
}

.tablebodystep {
	border: 1px solid #999999;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	text-align: center;
}

.tablesubhead {
	font-weight: bold;
	font-size: 14px;
}

.tablesubhead2 {
	font-weight: bold;
	font-size: 12px;
}

.smallitalic {
	font-style: italic;
	font-size: 11px;
}

.price {	
	font-weight: bold;
	font-size: 13px;
}

.signup {
	text-align: right;
}

.floatright {
	float: right;
	padding: 5px;
}