a:link, a:active, a:visited{
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #fff;
	background:#333
}
body {
	height: 100%;
	background-color: #333;
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
}
#g {
	display: none;
}
#alternativeContent {
	background: #00AAD2;
	position: absolute;
	left: 0px;
	width: 260px;
	padding: 20px;
	margin: 0 0 0 -150px;
	left: 50%;
	top: 30px;
}

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
/* end hide */

