a{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	overflow: hidden;
	background-color: #333333;
	background-image: url(microStripeDark.gif);
}
.currentCell, .currentCell a{
	color: #CCCCCC;
	background-color: #666666;
}
.currentCell,.resCell{
	width: 90px;
}
.currentCell,.resCell,.xCell{
	text-align: center;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	vertical-align: middle;
	white-space: nowrap;
}
.resCell,.xCell{
	color: #FFFFFF;
	background-color: #000000;
}
.resCell a,.xCell a{
	display: table-caption;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}
.resCell a:hover,.xCell a:hover{
	background-color: #FF0000;
}
.xCell{
	width: 20px;
}
.imageHolder{
	padding-bottom: 36px;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	vertical-align: middle;
	height: 100%;
	background-repeat: no-repeat;
}
.topInterfaceTable{
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	background-color: #999999;
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
}
.whiteLink{
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

