/* CSS Document */

body {
	background-image: url(/images/page_background.jpg);
	background-repeat: repeat-y;
	background-color: #edf3f1;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #ff6666;
	text-align:center;
}

.subhead {
	font-size: 20px;
	font-weight: bold;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.miniheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #017D57;
}