body {
	background-image: url(../blueBg.png);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	font-family: times new roman;
	font-size: 15px;
}
h1 {
	font-family: times new roman;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #6699CC;
	font-size: 20px;
	font-weight: bold;
}
h1 a:link {
	color: #6699CC;
	text-decoration: none;
}
h1 a:active {
	color: #6699CC;
	text-decoration: none;
}
h1 a:visited {
	color: #6699CC;
	text-decoration: none;
}
h1 a:hover {
	color: #6699CC;
	text-decoration: none;
}
ul {
	list-style-type: none;
	padding: 7px;
	margin: 0;
}
li {
	background-image: url(../bullet.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .8em;
}
li a:link {
	color: #000000;
	text-decoration: none;
}
li a:active {
	color: #6699CC;
	text-decoration: none;
}
li a:visited {
	color: #000000;
	text-decoration: none;
}
li a:hover {
	color: #6699CC;
	text-decoration: none;
}
sup {
	font-size: 11px;
}
a:link {
	color: #000000;
}
a:active {
	color: #6699CC;
}
a:visited {
	color: #6699CC;
}
a:hover {
	color: #6699CC;
}