/* ***  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: #505F92;
}	

.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: #505F92;
}

.whitetitle a.CommandButton:hover
{   color: #FF00CC;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #505F92;
}
	
/* ***  bluetitle  *** */

.bluelines {
	background-color: #505F92;
}

.bluetitle, .bluetitle .Head 
{
	font-size: 12px;
	font-weight: bold;
	color: #505F92;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal; 
	text-decoration: none; 
	background-color: #FFFFFF;
}	

.bluetitle a.CommandButton:link,
.bluetitle a.CommandButton:active,
.bluetitle a.CommandButton:visited
{
    color: #505F92;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #FFFFFF;
}

.bluetitle a.CommandButton:hover
{   color: #FF00CC;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #FFFFFF;
}
	
/* ***  rosetitle  *** */

.roselines {
	background-color: #B06F8A;
}

.rosetitle, .rosetitle .Head 
{
	font-size: 12px;
	font-weight: bold;
	color: #B06F8A;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal; 
	text-decoration: none; 
	background-color: #FFFFFF;
}	

.rosetitle a.CommandButton:link,
.rosetitle a.CommandButton:active,
.rosetitle a.CommandButton:visited
{
    color: #B06F8A;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #FFFFFF;
}

.rosetitle a.CommandButton:hover
{   color: #FF00CC;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #FFFFFF;
}
	


