@charset "utf-8";
/* CSS Document */

body {
	width:594px;
	margin: 0;
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	}

p	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	line-height:1.5em;
	}
	
a link {
	color:#0000FF;
	text-decoration:underline;
	}
	
a visited {
	color:black; }
		
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color: #0066CC;
	text-transform:uppercase;
	font-weight: bolder;
	}
ul { margin-left: 5em; 
	padding-left: 0px 
	}	

li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	line-height:1.5em;
	color: #0000FF;
	list-style-type: disc;
	text-decoration: underline;
	}
	
td {
	vertical-align:top;
	}

hr {
	border: 0px none;
	width: 50%;
	color: black;
	background-color: black;
	height: 1px

	}
.new_members {
	background-color:#6A88C4;
	text-align:center;
	}
.hot_product {
	background-color:#E3E3E3;
	text-align:center;
	}
.membersFontLg{
	font-size:small;
	}

.membersFontSmall {
	font-size:x-small;
	}	
	
#month {
	text-align: right;
	valign: bottom;
	font-weight: bold;
	color: #FFFFFF;
	
	}	