body {  background-color: #FFFFFF; font-family: Verdana; font-size: 10px; background-image: url(images/bg.jpg); background-repeat: repeat-x}
td {  font-size: 10px}
.menu:link {  color: #000000; text-decoration: none; font-size: 12px}
.menu:visited {  color: #000000; text-decoration: none; font-size: 12px}
.menu:hover {  color: #FFFFFF; text-decoration: none; font-size: 12px}
a:link {  color: #990000; text-decoration: underline}
a:visited {  color: #990000; text-decoration: underline}
a:hover {  color: #333333; text-decoration: none}

ul#leftnav {
	width: 180px;
	margin: 5px 0 30px;
	padding: 0;
}

ul#leftnav li {
	list-style: outside none;
	background: transparent url(images/nav/arrow_up.jpg) no-repeat 0 0;
	margin: 12px 0;
}

ul#leftnav li:hover {
	background: transparent url(images/nav/arrow_right.jpg) no-repeat 0 0;
}

ul#leftnav li a {
	font-family: arial;
	font-size: 13px;
	color: #FF1818;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 22px;
	padding-top: 6px;
	text-indent: 38px;
}

div#header_text-1 {
	background-color: transparent;
	position: absolute;
	font-family: 'Times New Roman';
	color: #f00;
	font-weight: bold;
	font-size: 27px;
	top: 16px;
	left: 17px;
	overflow: hidden;
	height: 32px;
}

div#header_text-2 {
	background-color: transparent;
	position: absolute;
	font-family: Verdana;
	color: #000;
	font-weight: normal;
	font-size: 13px;
	top: 51px;
	left: 18px;
	overflow: hidden;
	height: 32px;
}

div#bottombar_text {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	width: 100%;
	text-align: center;
	text-indent: -10px;
	text-shadow: 2px 2px 3px #000;
	filter: Shadow(color=#553333,
			Direction=145,
			Strength=2);
}