/* CSS Document */

a { color: #686868; text-decoration:none; }
a:hover { color: #DA2E10; text-decoration:none; }

a.grey:link { color: #fff; font-weight: normal; text-decoration: underline }
a.grey:visited { color: #fff; font-weight: normal; text-decoration: underline }
a.grey:active { color: #fff; font-weight: normal; text-decoration: underline }
a.grey:hover { color: #ccc;  font-weight: normal; text-decoration: underline }

a.white:link { color: #fff; font-weight: normal; text-decoration: underline }
a.white:visited { color: #fff; font-weight: normal; text-decoration: underline }
a.white:active { color: #fff; font-weight: normal; text-decoration: underline }
a.white:hover { color: #fff;  font-weight: normal; text-decoration: underline }

.navText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	color: #686868;
	text-align: left;
}

.boilerPlate {
	color: white;
	font-size: 0.65em;
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
	padding-bottom: 20px;
}

.boilerPlate a { color: #000000; text-decoration:none; }
.boilerPlate a:hover { color: #DA2E10; text-decoration:none; }