.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #EBEAEC;
	background-color: #999999;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
}
.subHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
li {
	list-style-type: disc;
	color: #666666;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #333333;
	font-weight: bold;
}
.mainGrey {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #999999;
}
.grey {
	color: #666666;
}
.grey a:link {
	color: #666666;
	text-decoration: underline;
	font-weight: 700;


}
.grey a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: 700;


}
.grey a:hover {
	color: #CCCCCC;
	font-weight: 700;

}
