/* CSS Document */
body
	{
	background-color:#97286D;
	padding:10px 20px;
	background-image: url(../gfx/beegees.gif);
	/*margin:0;*/
	text-align:center;
	font-family:Trebuchet,Arial,Verdana,Sans-serif;
	font-size:10px;
	margin:0 auto;
	}
	
b
	{
	color:#222222;
	letter-spacing:3px;
	font-weight:bold;
	}

a img
	{
	border-width:0;
	}

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

li
	{
	letter-spacing:2px;
	line-height:16px;
	font-size:11px;
	color:#333333;
	}
	
.headers
	{
	text-transform:uppercase;
	letter-spacing:5px;
	text-align:left;
	font-size:120%;
	font-weight:bold;
	color:#97286D;
	}
	
.subheaders
	{
	text-transform:uppercase;
	letter-spacing:5px;
	text-align:left;
	font-size:105%;
	font-weight:bold;
	color:#97286D;
	}

#footer
	{
	border-top:1px dotted #97286D;
	}
