/* CSS Document */
body {
	background-color: #FFFFCE;
}
a:link {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
.style5 {font-size: 10pt}

.style7 {color: #660000}

.style8 {font-size: 16pt}

body,td,th {
	font-size: 12pt;
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif
	}
p {
	text-indent: 2em;
	margin-left: 1em;
}


.text_boxed {
	font-size: 10pt;
	color: #FFFF66;
	margin: 1em;
}
ul {
	list-style-image: url(images/bullet.gif);
}
li {
	padding: .2em;
}
h1 {
	margin-left: 1em;
}
h3 {
	margin-left: 1em;
}
.margin_l {
	margin-left: 1em;
}
.margin_r {
	margin-right: 1em;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.center_top {
	text-align: center;
	vertical-align: top;
}
.address {
	font-size: 14pt;
	padding: .2em;
}

.bold_ul {
	font-weight: bold;
	text-decoration: underline;
}
.underline {
	text-decoration: underline;
}
.horseplay_txt {
	font-style: italic;
	font-weight: bold;
}
.noindent {
	text-align: center;
}

