@charset "UTF-8";
html {
	height: 100%;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	font-size: 12px;
	background-image: url(../graphics/bg.gif);
	height:100%;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #CC0000;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
a:link, a:visited {
	text-decoration: none;
	color: #215B91;
}
a:hover {
	text-decoration: underline;
	color: #90ADC8;
}