h1{
font-family: Century Gothic; 
font-size: 14px; 
color: #FFFFCC; 
text-decoration: none;
}
p{
font-family: Century Gothic; 
font-size: 12px; 
color: #FFFFCC; 
text-decoration: none;
}
.small
{
font-family:Century Gothic; 
font-size: 10px; 
color: #FFFFCC; 
text-decoration: none;
}
.medium
{
font-family: Century Gothic; 
font-size: 12px; 
color: #FFFFCC; 
text-decoration: none;
}
.mediumBold
{
font-family: Century Gothic; 
font-size: 12px;
font-weight: bold;  
color: #FFFFCC; 
text-decoration: none;
}
.large
{
font-family: Century Gothic; 
font-size: 16px; 
color: #FFFFCC; 
text-decoration: none;
}


 a:link    {
	text-decoration: none;
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
}
 a:active  {
	text-decoration: none;
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
}
 a:visited {
	text-decoration: none;
	font-family:Century Gothic;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
}
 a:hover   {
	text-decoration: underline;
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: bold;
	color: #ff9900;
}

.button
{
	background-color: #330033;
	font-family: Century Gothic;
	font-size: 12px;
	border: ridge #77347C;

}

.dgHeader 
{
text-align: center;
background-color: #dcdcdc;
font-family: Century Gothic;
font-size: 12px;
font-weight: bold;
}

.dgItem
{
text-align: center;
font-family: Century Gothic;
font-size: 12px;
}

.dgAltItem
{
text-align: center;
background-color: #ffffff;
font-family: Century Gothic;
font-size: 12px;
}

.dgFooter
{
text-align: center;
background-color: #dcdcdc;
font-family: Century Gothic;
font-size: 12px;
font-weight: bold;	
}			
