.logobg, body {
	background-color: #333333;
	text-align: center;
}
.navigation {
	background-color: #000000;
	text-align: center;
	padding: 16px;

}
.content {
	background-image: url(/images/layout/content_bg.gif);
	background-repeat: repeat;
	height: 300px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	border: thin solid #333333;


}
.footer, a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	text-decoration: none;
	padding: 14px;


}
h1 {
	color: #CC0000;
	font-size: 26px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
}
table {
	font-size: 20px;
}
h2 {
	font-size: 22px;
	color: #000000;
}
.leftalign {
	text-align: left;
}
.red {
	color: #FF0000;
}
.redstar {
	font-size: 30px;
	color: #FF0000;
	font-weight: bold;

}
.greenhead {
	font-size: 24px;
	color: #009900;
	font-weight: bold;
	text-decoration: underline;
}
.redhead {
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
.bluehead {
	font-size: 24px;
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}
.reditalic {
	font-size: 24px;
	font-style: italic;
	color: #CC0000;
	font-weight: bold;


}
.greenitalic {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #006600;
}
.blueitalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #333399;
	text-decoration: underline;
}
