@charset "UTF-8";
/* CSS Document */

.background {
	background-color: #FFFFFF;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
}
.TextHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}
.textStandard {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
}
.textSubHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.italicHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #666666;
}
