/* @group Newsletter Archives */

#archive{
	background-color: #e2eafc;
	border-bottom: 1px solid #0c1e66;
	border-left: 1px solid #0c1e66;
	font-size: small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-align: center;
}
#archive th,
#archive td{
	border-top: 1px solid #0c1e66;
	border-right: 1px solid #0c1e66;
	padding: 5px;
}
#archive h2{
	margin-bottom: 0;
}
#archive ul{
	list-style-type: none;
	margin: 0;
	padding: 5px;
}
#archive li{
	display: block;
}
#archive a {
	color: #0c1e66;
	display: block;
	font-size: small;
}
#archive a:visited{
	color: #663366;
}

#archive a:hover {
	color: white;
	text-decoration: none;
	background-color: #001d3b;
}

/* @end */

/* @group AJAX Members List */

#memnav a {
	font-size: 15px;
	font-weight: bold;
	background-color: #006;
	color: #fff;
	text-decoration: none;
	padding: 3px;
}

#memnav a:hover {
	font-size: 15px;
	font-weight: bold;
	background-color: #006699;
	color: #fff;
	text-decoration: none;
	padding: 3px;
}

/* @end */