* {
	margin:0;
	padding:0;
	border:none;
	line-height:1;
}

html, body {
	height:100%;
}

body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:2em;
	padding-bottom:0.5em;
	font-family: "Trebuchet MS";
	text-align:center;
}

h2 {
	font-size:1em;
	padding-bottom:0.25em;
	margin:0.5em;
	text-align:center;
}
	
table {
	height:100%;
	margin:0 auto;
}

table tr td {
	margin: 0 auto;
	vertical-align: middle;
}

a, a:active, a:link, a:visited, a:hover, a:active {
	color: #0066FF;
	text-decoration:none}
	
table tr td p {
	text-align:center;
}

#idDivJavaAlert {
	overflow:hidden;
	padding: 10px;
	margin:0 auto;
	background-color:#FF8080;
	border-bottom:2px solid #FF0000;
}

#idDivJavaAlert p {
	float: left;
	width:50%;
	font-family: "Trebuchet MS";
	font-size:0.7em;
}

