@charset "iso-8859-1";
/* author: Jeff McCormack */
/* Creation date: 1/20/04 */

A:link  	{color: #ffcc99; text-decoration: none }
A:visited  	{color: #cc6600; text-decoration: none }
A:hover  	{color: #ffffcc; text-decoration: underline }
A:active  	{color: #ffffff; text-decoration: none }

BODY	{
		max-width: 960px;
        background-color: #000000;
		font-size: 14pt;
		font-family: Lucida Bright, Georgia, Lucida Sans, Helvetica, Verdana, Arial;
		margin-top: 6px;
		margin-right: auto;
		margin-left: auto;		
		}
		
H1,H2,H3,H4,H5,H6	{
		color: #ffffff;
		font-family: Georgia, Lucida Bright, Times New Roman;
		font-weight: bold;
		text-align: center;
		}		
		
td		{
		font-size: 12px;
		color: #000000;
		font-family: Lucida Sans, Georgia, Helvetica, Lucida Bright, Verdana, Arial;
		line-height: 120%;
		}
	
.maintext	{		
		font-weight: bold;
		font-size: 13px;
		font-family: Verdana, Arial;
		color: #ffffcc;
		}

.subtext	{		
		font-weight: bold;
		font-size: 11px;
		font-family: Verdana, Arial;
		color: #ffffcc;
		}
		
