/* CSS copyright 2005 Created by Charles Moulton */

/* Sitewide Styles */
body 			{ margin: 0px; padding: 0px; align: center; background-color: #000000; }
h1 				{}
h2 				{}
h3 				{}
h4 				{}

/* background colors */
.black			{ background-color: #000000; }
.gray			{ background-color: #686A79; }
.grayDk			{ background-color: #434343; }

/* table styles */
TD	 			{ font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px; color: #ffffff;}

/* Navigation, header and footer styles */

/* Text uniherited styles. All text styles inherit the sizing and font from the default set in the TD above. The styles below are named size (if applicable)  + color + optional attribute  */

.yellow			{ color: #F4DE4A; }
.yellow9		{ color: #F4DE4A; font-size: 9px; }
.yellow10		{ color: #F4DE4A; font-size: 10px; }
.yellow13		{ color: #F4DE4A; font-size: 13px; }
.yellow14		{ color: #F4DE4A; font-size: 14px; }
.black			{ color: #000000; }
.white9			{ color: #FFFFFF; font-size: 9px; }
.white13		{ color: #FFFFFF; font-size: 13px; }
 
