  

.whitebg
{
	
	background-color: #ffffff;
}

.quotecell
{
	background-color: #ffffff;
	border: 1px dotted #666666;
}


.redcell
{
	color: #FFFFFF;
	background-image: url(Images/RedBackground.gif);
}

.goldcell
{
	color: #FFFFFF;
	background-color: #996600;
}


A:link {
	color: #996600;
	font-weight: normal;
	font-style: normal;
	
}

A:visited {
	color: #996600;
	font-weight: normal;
	font-style: normal;
	
}

A:active {
    cursor: pointer; 
}


A:hover
{
   TEXT-DECORATION: none;
}

BODY {
	background-color: #ffffff;
}

P {
	margin-top: 0pt;
	font-size: 10pt;
	margin-bottom: 5pt;
	font-family: "Georgia";
	}

TABLE
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: "Georgia";
    background-color: #ffffff;
}

.whitebg
{
	
	background-color: #ffffff;
}

UL
{
	margin-left: 8pt;
	margin-bottom: 5pt;
	margin-top: 0pt;
}

LI
{
	margin-left: 8pt;
	margin-bottom: 5pt;
	margin-top: 0pt;
	}
	
UL.box
{
	margin-left: 8pt;
	margin-bottom: 5pt;
	margin-top: 0pt;
	list-style-image: url(Images/Bullet.gif);
}

H1 {
	margin-top: 0pt;
	font-weight:bold;
	font-size:14pt;
	margin-bottom:5pt;
    font-family:"Century Gothic";
	}





