html {
	height: 100%;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 100%;
}
div#container {
	width: 100%;
	margin:0 auto;
	text-align:center;
	height: 100%;
}
div#flash {
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 100%;
}
#links {
	text-align: center;
	padding-top: 40px;
	font-size: 1.2em;
}
h1 {
	color: #4a5982;
}
img {
	border: 0px;
}
a {
	color: #4B576B;
	font-weight: bold;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover , a:active{
	text-decoration:underline;
}	