body{
	background-color	:	#201b17;
	font-family			: 	Tahoma,Verdana,Arial;
	font-size			:	12px;
	color				:	#FFFFFF;
	
	background-image	:	url(../images/bg.jpg);
	background-repeat	:	no-repeat;
	background-position	:	left bottom;
}
p,td{
	font-family			: 	Tahoma,Verdana,Arial;
	font-size			:	12px;
	color				:	#FFFFFF;
}
th{
	font-family			: 	Tahoma,Verdana,Arial;
	font-size			:	12px;
	color				:	#FFFFFF;
	font-weight			: 	bold;
}
h2{
	font-family			: 	Tahoma,Verdana,Arial;
	font-size			:	18px;
	color				:	#FFFFFF;
}
select{
	font-family			: 	Tahoma,Verdana,Arial;
	font-size			:	12px;
	color				:	#000000;
}
a.menu, a:link.menu, a:visited.menu{
	font-family 		: 	Tahoma,Verdana,Arial;
	font-size 			: 	12px;
	color 				: 	#FFFFFF;
	text-decoration 	: 	none;
	font-weight			: 	bold;
	width				: 	100%;
	height				:	10px;
	vertical-align 		:	middle;
	border				: 	solid 1px #cf221b;
}
a:hover.menu{
	font-family 		: 	Tahoma,Verdana,Arial;
	font-size 			: 	12px;
	color 				: 	#FFFFFF;
	text-decoration 	: 	none;
	background-color	: 	#000000;
	width				: 	100%;
	height				:	10px;
	vertical-align 		: 	middle;
	border				:	solid 1px #FFFFFF;
}
.activemenu{
	font-family 		: 	Tahoma,Verdana,Arial;
	font-size 			: 	12px;
	font-weight			: 	bold;
	color 				: 	#FFFFFF;
	text-decoration 	: 	none;
	background-color	: 	#000000;
	width				: 	100%;
	height				:	10px;
	vertical-align 		: 	middle;
	border				:	solid 1px #FFFFFF;
}
.menubar{
	border-top			:	solid 1px #FFFFFF;
	border-bottom		:	solid 1px #FFFFFF;
	height				:	10px;
	background-color	:	#cf221b;
}
a, a:link, a:visited{
	font-family 		: 	Tahoma,Verdana,Arial;
	font-size 			: 	12px;
	color 				: 	#cf221b;
	text-decoration 	: 	none;
	font-weight			: 	bold;
}
a:hover{
	font-family 		: 	Tahoma,Verdana,Arial;
	font-size 			: 	12px;
	color 				: 	#FFFFFF;
	text-decoration 	: 	underline;
}
.line{
  border-bottom : solid 1px #FFFFFF;
}
.listheader{
  background-color : #cf221b;
  color : #FFFFFF;
  font-family			: 	Tahoma,Verdana,Arial;
	font-size			:	12px;
	font-weight : bold;
	border-bottom : solid 1px #FFFFFF;
  
}

