/* CSS Document */
body,td,th, input, select, textarea{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9pt;
}
body {
	background-color: #1A0000;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	margin-top:1px;
}

#topNav {
	margin-left:10px;
}

#topNav a {
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	padding:0 10px 0 10px;
	font-weight:bold;
}

#topNav a:hover {
	color:#F90;
}

#btmNav a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding:0 6px 0 6px;
}
#btmNav a:hover {
	color:#F90;
}

h2, h3, h1, b {
	color:#670000;
}
