@charset "utf-8";
/* CSS Document */

html {
	background-color: #cee5ee;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
img {
	border: 0;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 723px;
	padding: 0;
}

#content {
	background-color: white;
	text-align: left;
	background-image: url("bg.gif");
	background-repeat: repeat-y;
	padding-left: 50px;
	padding-right: 50px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 1em;
}
.times {
	font-family: "Times New Roman", Times, serif;
}
h1 {
	font-size: 32pt;
}
h2 {
	font-size: 27pt;
}
h3 {
	font-size: 24pt;
}
h4 {
	font-size: 22pt;
}
h5 {
	font-size: 20pt;
}
h6 {
	font-size: 17pt;
}
.red {
	color: red;
}

.hilite {
	background-color: yellow;
	color: black;
}

.h5 {
	font-size: 20pt;
	font-weight: bold;
}

.h6 {
	font-size: 16pt;
	font-weight: bold;
}

li {
	margin-bottom: 1em;
}

ul.nobullets {
	list-style-type: none;
}

.bigtext {
	font-size: 18pt;
}
.mediumtext {
	font-size: 16pt;
}
td {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}