/* CSS Document */
body {
	background-color: #350000;
	background-image: url(images/grad.jpg);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	color: #405E92;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #405E92;
}
a:hover {
	text-decoration: underline;
	color: #1F2E45;
}
a:active {
	text-decoration: none;
	color: #1F2E45;
}
.bottom a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
}
.bottom a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
}
.bottom a:hover {
	text-decoration: none;
	color: #0099FF;
	font-size: 10px;	
}
.bottom a:active {
	text-decoration: none;
	color: #0099FF;
	font-size: 10px;
}

a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.navbar a:link {color: #FFFF00;}