/* ------------------------------------- Global ------------------------------------- */
a				{
	color: #C00;
}
	a:hover, a:active			{
		color: #000;
	}
/* ------------------------------------- Domain Info ------------------------------------- */
.domainInfoTable {
}
	.domainInfoTable td {
	padding: 2px 10px;
	}
	.domainInfoTable .rowOne {
	font-weight: bold;
	background: url(/images/domainInfoHeadBG.gif);
	}
	.domainInfoTable .rowOne a:link, .domainInfoTable .rowOne a:visited		{
	}
	.domainInfoTable .rowOne a:hover, .domainInfoTable .rowOne a:active		{
	}
	.domainInfoTable .subRow {
		background: #FC6;
		color: #FFF;
		font-weight: bold;
	}
/* ------------------------------------- Left Nav ------------------------------------- */
#leftNav {
	background: #999;
	border-top: 20px solid #333;
}
	#leftNav a:link, #leftNav a:visited		{
		color: #EEE;
	}
	#leftNav a:hover, #leftNav a:active	{
		color: #EEE;
	}
/* ------------------------------------- Crumb ------------------------------------- */
#crumb {
	background: #F93;
}
	#crumb a:link, #crumb a:visited		{
		color: #EEE;
	}
	#crumb a:hover, #crumb a:active	{
		color: #EEE;
	}
.crumbUp {
	border-top: 1px solid #FFAD5C;
	border-right: 1px solid #CC7A29;
	border-bottom: 1px solid #CC7A29;
	border-left: 1px solid #FFAD5C;
}
.crumbOver {
	border-top: 1px solid #CC7A29;
	border-right: 1px solid #FFAD5C;
	border-bottom: 1px solid #FFAD5C;
	border-left: 1px solid #CC7A29;
}
/* ------------------------------------- Body ------------------------------------- */
	.matrixTable .rowOne {
	background: #F93;
	}
	.matrixTable .rowOne a:link, .matrixTable .rowOne a:visited		{
		color: #FFF;
		text-decoration: underline;
	}
	.matrixTable .rowOne a:hover, .matrixTable .rowOne a:active	{
		color: #000;
	}
	.matrixTable .subHeadRow a:link, .matrixTable .subHeadRow a:visited		{
		color: #FFF;
		text-decoration: underline;
	}
	.matrixTable .subHeadRow a:hover, .matrixTable .subHeadRow a:active	{
		color: #F93;
	}
/* ------------------------------------- Right Col ------------------------------------- */
		#rightCol a:link, #rightCol a:visited		{
			color: #EEE;
		}
		#rightCol a:hover, #rightCol a:active	{
			color: #F93;
		}
/* ------------------------------------- Footer ------------------------------------- */
	.footer a:link, .footer a:visited {
	color: #FFF;
	}
	.footer a:hover, .footer a:active {
	color: #F93;
	}
	.footer .redLink {
	color: #F93;
	}