/* CSS Document */

body {
	margin: 0px;
	background-color: #f4f4f4;
}

a {
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

.active a, .active a:hover, .active a:visited {
	color: #0b498e;
}

.inactive a, .inactive a:hover, .inactive a:visited {
	color: #636363;
}