@charset "utf-8";
/* CSS Document */

body {
	margin-left:0;
	margin-top: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
 }
 
p {
	text-align:justify;
	}
	
	
#tableMain {
	background-color: #FFFFFF;
	width: 594px;
	border-collapse:collapse;
	border:none;
	padding:0px;
	text-align:left;
}

#tableMembers {
	background-color:white;
	width:250px;
	border:0px none;
	padding:7px
	}

td {
	text-align: left;
	vertical-align: top;
	padding: 7px;
	
}

td.header {
	text-align:center;
	font-size:10px;
	line-height:1.2em;
}

tr.header {
	width:594px;
	}

td.logo {
	background-image:url('http://p38assn.org/newsletters/May08/logo.jpg');
	height:110px
	}
	
td.new_members {
	background-color:#6A88C4;
	text-align:center;
	}
	
td.hot_product {
	background-color:#E3E3E3;
	text-align:center;
	}

td.footer {
	width:100%;
	font-size:10px;
	line-height:normal;
	}	
	
.fontcolorred {
	color:red;
	}
	
.fontsmall {
	font-size:x-small;
	line-height:normal;
	}	
.center {
	text-align:center;
	
	}
.monthalignright {
	text-align:right;
	vertical-align:text-bottom;
	color:white;
	font-weight:bold;
}

img.left {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float:left;
	padding-right:7px;
}
img.right {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float:right;
	padding-left:7px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #336699;
	text-transform:uppercase;
}

.stanaway {
	font-size:13px;
	font-weight:bold;
	color:#336699;
	text-transform:uppercase;
	}

.fontsize9 {
	font-size: 9px;
	 }