@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #333333;
}

body {
	font-size: 100%;
	text-align:center; /* per IE5.x/Win */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}

a:link{
	color: #c5391b;
	text-decoration: none;
}
a:visited {
	color: #c5391b;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
a:active { 

}

.tablebg {
background-color:#000000;

}
.bar{
	background:#000000 url(../images/name.gif) no-repeat fixed left top;
	height:25px;
}