body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #330066;
}
h2 {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #CC0000;
}
.side {
	background-color: #D8DBEA;
	padding: 5px;
	border: 1px double #999999;
	width: 200px;
	text-align: left;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000066;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990099;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
}
.style1 {
	font-size: x-small;
	font-style: italic;
}
.style2 {
	font-size: large;
	font-weight: bold;
}
.style3 {font-weight: bold; color: #CC0000; font-size: large;}
.content {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}


.red {
	font-size: large;
	font-weight: bold;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}


.blueRow {
	background-color: #D8DBEA;
	padding: 5px;
	border: 1px double #999999;
	width: 100%;
	text-align: center;
}
.leftText {
	text-align: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
