@charset "utf-8";
/* CSS Document */
img { 
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...); 
} 
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(images/e-back.png);
}
body,td,th {
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.search {
	text-decoration: none;
	font-size: 10px;
	color: #333333;
}
.menu {
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold
}
.content10 {
	text-decoration: none;
	font-size: 10px;
	color: #ffffff;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}
.center {
	text-align: center;
	height: auto;
	width: auto;
}

table.stripeMe td{
		margin:2px 0 0 0;
padding:2px;
border-left:thin solid #231f20;
}
table.stripeMe {
		border-collapse: collapse; 
}
tr.alt td {
	background:#231f20;
}
tr.over td {
	background:#231H20;
}

th {
	background:#000;
	text-align:left;
	color:#FFF;
}
