/* ***  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: #728240;
}	

.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: #728240;
}

.whitetitle a.CommandButton:hover
{   color: #FF9900;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #728240;
}
	
/* ***  greentitle  *** */

.greenlines {
	background-color: #728240;
}

.greentitle, .greentitle .Head 
{
	font-size: 12px;
	font-weight: bold;
	color: #728240;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal; 
	text-decoration: none; 
	background-color: #FFFFFF;
}	

.greentitle a.CommandButton:link,
.greentitle a.CommandButton:active,
.greentitle a.CommandButton:visited
{
    color: #728240;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #FFFFFF;
}

.greentitle a.CommandButton:hover
{   color: #FF9900;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #FFFFFF;
}
	
/* ***  goldtitle  *** */

.goldlines {
	background-color: #B89838;
}

.goldtitle, .goldtitle .Head 
{
	font-size: 12px;
	font-weight: bold;
	color: #B89838;
	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: #B89838;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #FFFFFF;
}

.goldtitle a.CommandButton:hover
{   color: #FF9900;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #FFFFFF;
}
	




