@charset "utf-8";
/* CSS Document */

.header {
	font-family: "Courier New", Courier, monospace
}.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.standardtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #666666;
}
.course {
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
	font-size: 12px;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.style4 {
	font-size: 14px;
	color: #0000FF;
	font-weight: bold;
}
.box1 {
	height: 105px;
	width: 200px;
	border: medium solid #0066CC;
	background-color: #99FF00;
	float: left;
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: 2px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
}
