.style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.header1 {
	font-family: Tahoma;
	font-size: 30px;
	font-weight: bold;
	color: #CC0000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.header2 {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold;
	color: #000099;
}
.header3 {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}
.part {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #000099;
}
.sptext {
	font-family: Verdana;
	font-size: 12px;
}

.header {
	background: url('header_background.gif') no-repeat;
	width: 850px;
	height: 45px;
}

.middle {
	background: url('middle-background.gif') repeat-y;
	width: 850px;
	padding-left:50px;
	padding-right:50px;
	font-family: Tahoma;	
}

.footer {
	background: url('footer_background.gif') no-repeat;
	width: 850px;
	height: 55px;
}
