@charset "ISO-8859-1";
body {
	background-color: #0E3366;
	color: #006;
	text-align: center;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	background: #EAEAEA;
	text-align: left;
	margin: 0px auto auto;
	width: 934px;
}
h2 {
	font-size: 1.1em;
	background: #999;
	margin-right: 500px;
	padding-left: 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.textRed {
	color: #F30;
}
.textItalic {
	font-style: italic;
}

