body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C4E1FF;
	background-image: url(images/papblue.gif);
	background-repeat: repeat;
}

input, textarea, p, td, th, div, span {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

#content {
	text-align: left;
	padding: 2em;
}

.style1 {
	color: #FF0000
}

.style2 {
	color: #0051CA
}

.style3 {
	color: #00FF00;
	font-weight: bold;
}

.style4 {
	color: #663399;
}

.style11 {	background-color: #FFFF00;
	font-weight: bold;
	text-align: center;
}

.style21 {
	font-family: Tahoma, Geneva, sans-serif;
}

#foot {
	text-align: center;
	background-color: #0080FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-variant: small-caps;
	color: #FFFFFF;
	width: 100%;
	clear: both;
	padding-top: 1px;
	padding-bottom: 1px;
}
#content pre {
	background-color: #FFFF00;
	width: 560px;
	padding: 4px;
}

