html {
	height: 100%;	
}

#flashcontent, #errorcontent {
}

.flashInfo {
	display:none;
}

.jsInfo {

}

body {
	width: 100%;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	font-family: Arial, "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #000000;
	background-color:#ffffff;
}

img { 
	border: 0px; 
}

a {
	font-family: Arial, "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #D1000D;
	text-decoration: none;
}

a:hover {
	color: #D1000D;
	text-decoration: underline;
}

p {
	font-family: Arial, "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px; 
}

#banner{
	width: 612px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -306px; 
	margin-top: -210px;
	background-color: #ffffff;
}
