/* ***  container styles  *** */

.whitebkground {
	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: #FF0000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
}
	
/* ***  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: #6B8982;
}	

.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: #6B8982;
}

.whitetitle a.CommandButton:hover
{   color: #FF0000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #6B8982;
}
	
/* ***  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;
}
	
/* ***  greytitle  *** */

.greylines {
	background-color: #6B8982;
}

.greytitle, .colortitle .Head 
{
	font-size: 12px;
	font-weight: bold;
	color: #6B8982;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal; 
	text-decoration: none; 
	background-color: #FFFFFF;
}	

.greytitle a.CommandButton:link,
.greytitle a.CommandButton:active,
.greytitle a.CommandButton:visited
{
    color: #6B8982;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #FFFFFF;
}

.greytitle a.CommandButton:hover
{   color: #FF0000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #FFFFFF;
}
	
/* ***  redtitle  *** */

.redlines {
	background-color: #C50000;
}

.redtitle, .redtitle .Head 
{
	font-size: 12px;
	font-weight: bold;
	color: #C50000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal; 
	text-decoration: none; 
	background-color: #FFFFFF;
}	

.redtitle a.CommandButton:link,
.redtitle a.CommandButton:active,
.redtitle a.CommandButton:visited
{
    color: #C50000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #FFFFFF;
}

.redtitle a.CommandButton:hover
{   color: #FF0000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline; 
	background-color: #FFFFFF;
}
	

