body {
	font-family: Arial, Helvetica, sans-serif;
}


.charcoal { background: #333333; }
.grey { background: #666666; }
.white  { background: #FFFFFF; }


h1 {
	color: #333333;
	font-size: 200%;
	text-align: center;
}

h2 {
	font-size: 150%;
	color: #666666;
	text-align: center;
}
h3 {
	font-weight: bolder;
	text-align: center;
}

h4 {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}


.wtxt {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none; 
}

a:link { text-decoration: none }
a:active { text-decoration: underline; color: #FFCC00;  }
a:visited { text-decoration: none  }
a:hover { text-decoration: underline }

.mainmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	color: #333333;
	text-decoration: none;
	text-align: center;
}		
a.mainmenu:link { text-decoration: none; color: #333333 }
a.mainmenu:active { text-decoration: none; color: #FFCC00;  }
a.mainmenu:visited { text-decoration: none; color: #333333 }
a.mainmenu:hover { text-decoration: none; color: #666666; }

.mainmenuhome {
	font-style: italic;
	text-decoration: none;
	color: #333333;
}


.meta {
	font-style: italic;
	text-decoration: none;
	color: #999999;
	text-align: right;
	font-size: x-small;
	font-weight: lighter;

}
