body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
}
body,html {
	margin: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
a {
	/*font-size: .9em;*/
	color: #FB0B0C;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
}

.red, #footer {
	font-size: .9em;
	color:#FF0000;

}

#mainTable {
	width: 100%;
	height: 100%;
	/*border: solid thin black;*/
}

#mainCell {
	border: none;
	vertical-align:middle;
	text-align: center;
	height: 100%;
	min-height: 500px;
}


#outer {
	width: 99%; 
	height: 99%; 
	position: relative; 
	text-align:center;
	vertical-align:middle;
	overflow:visible;
}


#inner {
	vertical-align:middle;
	position: relative; 
	top: 45%;
} /* for explorer only */


