#overview a {
	color: #205179;
	font-weight: normal;
}

#overview a:hover {
	color: #FF6700;
}

#overview .header {
	background-color: #5181A6;
	text-align: center;
	font-weight: bold;
	color: white;
}

#overview .title {
	text-align: left;
	padding-left: 5px;
}

#overview .titleLink {
	color: #FFFFFF;
	font-weight: bold;
}

#overview .titleLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#overview .grayrow {
	background-color: #CCCCCC;
	text-align: center;
}

#overview .whiterow {
	background-color: #FFFFFF;
	text-align: center;
}

#overview .label {
	text-align: right;
	padding-right: 10px;
	background-color: #FFFFFF;
}

#overview .signup {
	font-weight: bold;
	text-decoration: underline;
	color: #FF6700;
}

#overview .signup:hover {
	color: #000000;
}

#overview td { font-family: verdana, Arial, Helvetica, sans-serif; }