@media screen {
	html, body {
		color: #b1b1b1;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-color: #000;
		height: 100%;
		overflow-x:hidden;
	}
}



@media print {
	body {
		color: #b1b1b1;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11pt;
		background-color: #7a7a7a;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
}

#centeredContent {
	width: 1012px;
	height: 0px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -506px; 
	/* Half the width of the DIV tag */
	margin-top: -0px; 
	/* Half the height of the DIV tag */
	z-index:1;
	padding:10px 0px 30px 0px;
}

h3{
	font-size: 11px;
}

table {
	
	padding:0; 
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

tr, td {
	border-spacing:0;
	padding:0;
}

img { 
	border:0px;
}

a {
	color: #a05f91; 
	text-decoration:none;
}

a:visited {
	color: #a05f91; 
	text-decoration:none;
}

a:hover {
	color: #b1b1b1; 
	text-decoration:none;
}

a:active {
	color: #a05f91; 
	text-decoration:none;
}

.allCapsPink {
	color: #a05f91;
	text-decoration:none;
	text-transform:uppercase;
}

.allCapsPink a {
	color: #a05f91;
	text-decoration:none;
	text-transform:uppercase;
}

.allCapsPink a:visited {
	color: #a05f91;
	text-decoration:none;
	text-transform:uppercase;
}

.allCapsPink a:hover {
	color: #b1b1b1;
	text-decoration:none;
	text-transform:uppercase;
}

.allCapsPink a:active {
	color: #a05f91;
	text-decoration:none;
	text-transform:uppercase;
}


.ninjaInputBox {
	border-right: #612553 1px solid; 
	font-size: 10px;
	border-top: #612553 1px solid; 
	border-left: #612553 1px solid;  
	color: #b1b1b1; 
	border-bottom: #612553 1px solid;
	background-color: #000;
	margin-bottom:8px;
}

.greenTextBold {
	color:#66cc33;
	font-size: 11px;
	font-weight:bold;
}