@charset "utf-8";
/* CSS Document */
<style type="text/css">
body{
color: #333;
font-size: 11px;
font-family: verdana;
}
a{
color: #fff;
text-decoration: none;
}
a:hover{
	color: #E4EFF5;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E4EFF5;
}
#wrapper{
	width: 900px;
}
#membership_form {
	padding-left: 10px;
}
.box p a {
	color: #0063A2;
	text-decoration: underline;
}


.box{
	background: #E4EFF5;
	padding-right: 5px;
	padding-left: 5px;
}
.boxholder{
	clear: both;
	padding: 2px;
	background-color: #0C64C8;
}
.tab{
	float: left;
	height: 32px;
	width: 130px;
	margin: 0 1px 0 0;
	text-align: center;
	background-color: #0D67C8;
	background-image: url(tabAccordion/images/greentab.jpg);
	background-repeat: no-repeat;
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}
</style>

