body {
	margin: 0px;
	padding: 0px;
	background-color: #C69C6C;
	background-image: url(images/page_background.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
}

body#content_window {
	margin: 0px;
	padding: 0px;
	background-color: #C69C6C;
	background-image: none;
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	text-align: center;
}

a, a:link, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

input.searchbox {
	font-family: Tahoma;
	font-size: 10pt;
	background-color: transparent;
	border: none;
	color: #FFFFFF;
}

.content_panel {
	background-image: url(images/content_panel_background.jpg);
	width: 936px;
	text-align: justify;
}

.content_panel_text {
	padding-left: 130px;
	padding-right: 130px;
}

.journal_header {
	font-size: 14pt;
	font-weight: bold;
	padding: 10px;
	margin: 0px;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	text-align: center;
}

.lettered_list {
	list-style-type: lower-alpha;
}
.underlined_text {
	text-decoration: underline;
}
.blue_arrow_list li {
	background-image: url(images/arrow_bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	text-indent: 0px;
	margin: 0px;
	list-style-type: none;
	height: 25px;
	padding-top: 5px;
}

.blue_arrow_list {
	padding: 0px;
	text-indent: 0px;
	margin: 0px;
}
