div.container {
		position: relative;
		margin: 0 auto;
		width: 750px;
		text-align: center;
}

body {
	font-size: small;
	font-family: arial, verdana, sans-serif;
	background: #ffffff;
	color: #000000;
}



h1 {
	font-size: 140%;
	font-weight: bold;
	color: #0033cc;
	background: #ffffff;
	text-align: center;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #0033cc;
	background: #ffffff;
}

.note {
	font-size: xx-small;
}

.content {
	text-align: left;
}

.txtc {text-align: center;}

#footer {
	font-size: x-small;
	text-align: left;
}

#footer img {float: left;}

