body {
	
		
	background-color: #999585;
	/* background-color: #4B493E; */
	/* background-color: #D1D1D1; */
	font-family: georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	/* background-image: url(graphics/bg3.GIF); */

}
.slogans {
	font-family: georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFCC;
	padding: 10px 25px 10px 25px;
	margin: 10px 50px 10px 50px;
	border: medium double #F7A621;
	width: 450px;
}

.specialText {
	font-family: georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.text {
	font-family: georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #606060;
}
.heading {
	font-family: georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
.boldRed {
	font-family: georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.boldRedSmall {
	font-family: georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.subtleText {
	font-family: georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #423029;
}
a:link {
	font-family: georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #423029;
}
a:visited {
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #394963;
}
a:hover {
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #FF9A00;
}
a:active {
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #8C2839;
}
img.floatRight {
	float: right;
	margin: 0 0 0 5px;
}

img.floatLeft {
	float: left;
	margin: 0 0 0 5px;
}



.h1{
	font-family: georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 30pt;
	color: #606060;
}

/*------ MEMBER ENTRY ------*/

#tblMember {
	margin-left: 30px;
}

#tblMember td {
	font-family: georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #423029;
}

/*------ MEMBER LIST ------*/
#letblList {
	font: normal 14px Tahoma, Geneva, sans-serif;
	width: 90%;
	border-collapse:collapse;
	text-align:left;
	margin-left: 30px;
	margin-right: 30px;
}
#letblList td, #letblList th {
	font-size:.8em;
	border:1px solid #000;
	padding:3px 7px 2px 7px;
}
#letblList input{
	margin: 0;
	padding: 0;
}
#letblList th {
	font-size:.8em;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#666;
	color:#ffffff;
}
#letblList tr.alt td {
	color:#000000;
	background-color:#EAF2D3;
}
li{
	list-style-type: none;
}
.aNav{
	text-decoration:none;
	font: normal 14px Tahoma, Geneva, sans-serif;
	color:#000;
}
.aNav:hover{
	text-decoration:underline;
}

