/* CSS Document */

body{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color: #ced3d6;
}

.nag-bg-color {
	background-color: #dedfde;
	height: 20px;
}

.left_nav_spacer {
	background-color: #bdbebd;
	height: 1px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-right: 5px;
}

a:link {
	color: #00007b;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #00007b;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #00007b;
}
