/* Default CSS Stylesheet for a new Web Application project */

a.CrumbLarge:link {text-decoration:none; font-weight:bold; font-size:14pt; line-height:16pt; color:#800000;}
a.CrumbLarge:visited {text-decoration:none; font-weight:bold; font-size:14pt; line-height:16pt; color:#800000;}
a.CrumbLarge:active {text-decoration:none; font-weight:bold; font-size:14pt; line-height:16pt; color:#800000;}
a.CrumbLarge:hover {text-decoration:underline; font-weight:bold; font-size:14pt; line-height:16pt; color:#800000;}

a.CrumbSmall:link {text-decoration:none; font-weight:bold; font-size:10pt; color:#000000;}
a.CrumbSmall:visited {text-decoration:none; font-weight:bold; font-size:10pt; color:#000000;}
a.CrumbSmall:active {text-decoration:none; font-weight:bold; font-size:10pt; color:#000000;}
a.CrumbSmall:hover {text-decoration:underline; font-weight:bold; font-size:10pt; color:#000000;}

a.OnlineAuction:link {font-weight:bold; font-size:10pt; color:#ffffff; text-decoration:underline;}
a.OnlineAuction:visited {font-weight:bold; font-size:10pt; color:#ffffff; text-decoration:underline;}
a.OnlineAuction:active {font-weight:bold; font-size:10pt; color:#ffffff; text-decoration:underline;}
a.OnlineAuction:hover {font-weight:bold; font-size:10pt; color:#ffffff; text-decoration:underline;}

.whitefont{
	color: #fff;
	font-weight:bold;
}

a.feature:link {text-decoration:underline; color:#ffffff}
a.feature:visited {text-decoration:underline; color:#ffffff}
a.feature:active {text-decoration:underline; color:#ffffff}
a.feature:hover {text-decoration:underline; color:#cccccc}

.hrstandard 
{
	background-color:Black;
	border:0px;
	height:1px;
	width:100%;
}