body {
        background: url(../images/bg.jpg);
        background-repeat: repeat-x;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: #000000;
	margin: 0px;
}
a:link, a:visited, a:active {
        color: #000000;
        text-decoration: none;
}
a:hover {
        color: #000000;
        text-decoration: underline;
}
h1 {
	font-weight: normal;
	font-size: 16pt;
	text-align: center;
}
h2 {
	font-weight: normal;
        font-size: 16pt;
        text-align: center;
	text-transform: uppercase;
	color: #1c4a6b;
}
.content {
	background: url(../images/bg-content.png);
	background-repeat: repeat-y;
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	behavior: url("iepngfix.htc");
}
img.inline {
	display: inline;
	border: 0px;
}
.center {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
	behavior: url("iepngfix.htc");
}
