body,p,td, input, textarea
{
	font-family: Arial;
	font-size: 14px;
}

h1
{
	font-family: Calibri;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: -10px;
	color: #0098d4;
}

h2
{
	font-family: Calibri;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: -10px;
	color: #0098d4;
}

body
{
	background-color: #b0cfe5;
	background-image: url('/res/bg.gif');
	background-repeat: repeat-x;
	margin:15px 0px; padding:0px;
}

#container
{
	margin: 10px;
}

#footer
{
	margin: 10px;
	font-family: Calibri;
	font-size: 12px;
	color: #fff;
}