/* ***  container styles  *** */

.whitebkground {
	background-color:#FFFFFF;
}

	
/* ***  whitetitle  *** */

.whitetitle, .whitetitle .Head 
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	background-color: #CC6600;
}	

.whitetitle a.CommandButton:link, 
.whitetitle a.CommandButton:active, 
.whitetitle a.CommandButton:visited
{
    color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #CC6600;
}

.whitetitle a.CommandButton:hover
{   color: #FF0000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #CC6600;
}
	

/* ***  goldtitle  *** */

.goldlines {
	background-color: #CC6600;
}

.goldtitle, .goldtitle .Head 
{
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal; 
	text-decoration: none; 
	background-color: #FFFFFF;
}	

.goldtitle a.CommandButton:link,
.goldtitle a.CommandButton:active,
.goldtitle a.CommandButton:visited
{
    color: #CC6600;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #FFFFFF;
}

.goldtitle a.CommandButton:hover
{   color: #FF0000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #FFFFFF;
}

.goldfont, .goldfont .Normal
{
    color: #CC6600;
}

/* ***  blacktitle  *** */

.blacklines {
	background-color: #000000;
}

.blacktitle, .blacktitle .Head 
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal; 
	text-decoration: none; 
	background-color: #FFFFFF;
}	

.blacktitle a.CommandButton:link,
.blacktitle a.CommandButton:active,
.blacktitle a.CommandButton:visited
{
    color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #FFFFFF;
}

.blacktitle a.CommandButton:hover
{   color: #FF0000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #FFFFFF;
}
	
/* *** small black font with transparent bkgd for image containers ** */
.smallblack, .smallblack .Head 
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal; 
	text-decoration: none; 
}	

.smallblack a.CommandButton:link,
.smallblack a.CommandButton:active,
.smallblack a.CommandButton:visited
{
    color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
}

.smallblack a.CommandButton:hover
{   color: #FF00CC;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
}
	

