body {
	background-color: #000000;
	background-image: url(images/leopard_bg.jpg);
	background-attachment: fixed;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	margin-top: 10px;
	text-align: center;
}

html>body {
text-align: -moz-center;



}



html {
scrollbar-base-color: black;
scrollbar-arrow-color: #D30216;
scrollbar-track-color: black;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black;
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
overflow-x: hidden;


}



td {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
}




.sides {
	background-image:url(images/new_bg.jpg);
	background-repeat: repeat-x;
	background-color: #73010A;
}

.content {
	background-color: #000000;
	border-bottom-width: 3px;
	border-bottom-color: #73010A;
	border-bottom-style: solid;
}

.inner_content {
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 5px;
	background-color: #000000;
}

.header {
	height: 61px;
	background-image:url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}

.header2 {
	height: 61px;
	background-image:url(images/header_bg2.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}

.indent {
	padding-left: 8px;
}

.bottom_nav {
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
}

h1 {
	background-image: url(images/h1_bg.jpg);
	padding: 2px;
	padding-left: 0px;
	font-family: verdana,arial,sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	line-height: 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}

h4 {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	text-align: right;
	font-weight: 100;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 0px;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #D30216;
	text-decoration: none;
}