
/* Body and Paragraph Styles */

P		{		
		font: 12pt/18px Century Gothic, Arial, Helvetica, sans-serif;
		color: #330000;
		}
#smaller		{		
		font: 10pt/15px Century Gothic, Arial, Helvetica, sans-serif;
		}
#caption		{		
		font: 9pt/13.5px Century Gothic, Arial, Helvetica, sans-serif;
		}
#white		{		
		color: #FFFFFF;
		}
#yellow		{		
		color: #FFFF00;
		}
#red		{		
		color: #FF0000;
		}

UL, OL	{		
		font: 12pt/18px Century Gothic, Arial, Helvetica, sans-serif;
		}
b		{
		font-weight: bold;
		}
/* Heading Styles */

H1		{
		font: bold italic 18pt/27px Century Gothic, Arial, Helvetica, sans-serif;
		color: #ff0000;
		}

H2		{
		font: bold 14pt/21px Century Gothic, Arial, Helvetica, sans-serif;
		color: #ff0000;
		}

H3		{
		font: bold 12pt/18px Century Gothic, Arial, Helvetica, sans-serif;
		color: #330000;
		}
H4		{
		font: bold 10pt/15px Century Gothic, Arial, Helvetica, sans-serif;
		color: #ff0000;
		}
H5		{
		font: bold 8pt/12px Century Gothic, Arial, Helvetica, sans-serif;
		color: #ff0000;
		}


/* Link Styles */


a:link	{
		font: bold 12pt/18px Century Gothic, Arial, Helvetica, sans-serif;
		text-decoration: underline;
		}

a:hover	{
		font: bold 12pt/18px Century Gothic, Arial, Helvetica, sans-serif;
		text-decoration: underline;
		}

a:active	{
		font: bold 12pt/18px Century Gothic, Arial, Helvetica, sans-serif;
		text-decoration: underline;
		}

a:visited	{
		font: bold 12pt/18px Century Gothic, Arial, Helvetica, sans-serif;
		text-decoration: underline;
		}



