/* CSS Document */

a{
	font-weight: bold;
	text-decoration: none;
	color: #205297;
	background-color: transparent;
}
a:hover{
	color: #A7172E;
	background-color: transparent;
		text-decoration: underline;
}
a.redlinks{
	font-weight: normal;
	text-decoration: none;
	color: #A7172E;
	background-color: transparent;
}
a:hover.redlinks{
	color: #205297;
	background-color: transparent;
	text-decoration: underline;
}
.greyCellDark{
	background-color: #DFDFDF;
}
.greyCellLight{
	background-color: #EEEEEE;
}
.blueCell{
	background-color: #194C8E;
	color: #FFFFFF;
}
.redCell{
	background-color: #A9112A;
	color: #FFFFFF;
}

