body {
	background-color: #99BBFF;
	font-family: arial;
	color: #000000;
	text-align: center;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:hover {
	color: #FF0000;
}

a:active {
	color: #0000FF;
}

a.headerLink:link {
	color: #0000FF;
	font-weight: bold;
}

a.headerLink:visited {
	color: #0000FF;
	font-weight: bold;
}

a.headerLink:hover {
	color: #FFFFFF;
	font-weight: bold;
}

a.headerLink:active {
	color: #0000FF;
	font-weight: bold;
}

.whiteBold {
	color: #FFFFFF;
	font-weight: bold;
}

.largeBold {
	font-size: 15pt;
	font-weight: bold;
}

.smallBold {
	font-size: 9pt;
	font-weight: bold;
}

#content {
	margin: 0px auto;
	width: 780px;
	height: 600px;
	text-align: center;
}

