/*********************************************************************
*
*	Beginning of "CommonBreadCrumb" Server Control Styles
*
*********************************************************************/
a.BreadCrumbLink:link
{
	FONT-SIZE: 10pt; 
	COLOR: #AA0000; 
	FONT-FAMILY: verdana;
	text-decoration: none;
}
a.BreadCrumbLink:visited
{
	FONT-SIZE: 10pt; 
	COLOR: #AA0000; 
	FONT-FAMILY: verdana;
	text-decoration: none;
}

a.BreadCrumbLink:hover
{
	font-size: 10pt;
	color: #AA0000;
	font-family: verdana;
	text-decoration: underline;
}

.LastBreadCrumbLink
{
	font-size: 10pt;
	color: #000000;
	font-family: verdana;
	text-decoration: none;
}

/*********************************************************************
*
*	End of "CommonBreadCrumb" Server Control Styles
*
*********************************************************************/

.MessageBoxText
{
	font-weight: bold;
	font-size: 10px;
	color: #4D6185;
	font-family: verdana;
}

