a:link {
	color: #0F1477;
	text-decoration: none;
}
a:visited {
	color: #0F1477;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:hover.bg-blue {
	background-color: #0F1477;
}
a:hover.bg-red {
	background-color: #CC0000;
}
td, p {
	font-family: tahoma, arial, Verdana;
	font-size: 11px;
}
.box {
	font-family: tahoma, arial, Verdana;
	font-size: 11px;
}
button {
	font-family: tahoma, arial, Verdana;
	font-size: 11px;
}

.grey {
	color: #CCCCCC;
}
.red {
	color: #CC0000;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #0F1477;
}


