body {
	font-family: 		"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:			12px;
	line-height:		14px;
	background-color:	#111111;
	padding: 			0px;
	margin: 				0px;
	
	scrollbar-base-color:			#000000;
  	scrollbar-3dlight-color:		#333333;
  	scrollbar-arrow-color:			#980f07;
  	scrollbar-darkshadow-color:	#111111;
  	scrollbar-face-color:			#1c1b1b;
  	scrollbar-highlight-color:		#111111;
  	scrollbar-shadow-color:			#222222;
  	scrollbar-track-color:			#222222;
}

a {
	color:				#980f07;
	font-weight:		bold;
	text-decoration:	none;
}

a:hover {
	color:				#fc6531;
}

p, q {
	margin:				0px;
	padding:				0px;
	margin-bottom: 	12px;
	quotes: 				none;
}

h1 {
	font-size:		14px;
	color:			#bd241c;
	margin:			0px;
	padding:			0px;
}

q {
	font-style:		italic;
	font-variant:	small-caps;
	color:			#bd241c;
	font-weight:normal;
	letter-spacing:1px;
}

strong {
	font-weight:	bold;
}

#Content {
	background-image:url(../gfx/bg.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	position: 		absolute;
	width:			760px;
	height: 			400px;
	top: 				48px;
	left: 			50%;
	margin-left: 	-380px;
}

#Menu {
	background-color:#111111;
	position: 			fixed;
	padding:				5px;
	left:					0px;
	top:					0px;
	width:				100%;
	text-align:			center;
	z-index:3;
}

#Menu a {
	letter-spacing: 	2px;
	margin:				12px;
	font-size:			10px;
	font-weight:		normal;
	text-decoration:	none;
	text-transform:	uppercase;
	color:				#980f07;
	font-weight:		bold;
}

#Menu a:hover {
	color:	#fc6531;
}

.InnerDiv {
	top:				0px;
	color:			#b8adad;
	position:		absolute;
	left:				0px;
	width: 			100%;
	height:			100%;
	text-align: 	center;
	overflow: 		visible;
}

.TableList {
	position:			relative;
	font-size:			10px;
	margin:				0px;
	padding:				0px;
	border:				none;
	border-collapse:	collapse;
	border-right:		#383535 1px solid;
	
}

.TableList a {
	color:				#cc2118;
	font-weight:		normal;
	font-size:			12px;
}

.TableList .AltRow a {
	color:				#980f07;
}

.TableList a:hover{
	color:				#fc6531;
}

.TableList th, tr, td {
	margin:				0px;
	padding:	 			6px;
	border-bottom:		#383535 1px solid;
}

.TableList th {
	color:				#000000;
	text-align:			center;
	font-weight:		normal;
	font-size:			10px;
	background-color:	#383535;
	text-transform:	uppercase;
	letter-spacing:	3px;
}
.TableList td {
	text-align:					right;
	vertical-align: 			top;
}

.TableList tr {
	background-color:			#1c1b1b;
}

.TableList .AltRow {
	background-image:			url(../gfx/tablegradient.gif);
	background-repeat:		no-repeat;
	background-position: 	0px -1px;
	color:						#8c8484;
}

