/* CSS Document */

html,body {
	scrollbar-3dlight-color: #E7EDF5;
	scrollbar-arrow-color: #1E4789;
	scrollbar-base-color: #ABBCD3;
	scrollbar-darkshadow-color: #1E4789;
	scrollbar-face-color: #E7EDF5;
	scrollbar-highlight-color: #E7EDF5;
	scrollbar-shadow-color: #1E4789;
	scrollbar-track-color: #FFF;
}
body {
	background-color: #218337;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #05337C;
}
a:link {
	color: #218337;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #218337;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
i {
	color: #218337;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
b {
	color: #218337;
}
.character {
	color: #218337;
	font-weight: bold;
	font-style: normal;
	vertical-align: text-top;
}
.regular {
	font-style: normal;
}
.title {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #218337;
}
.smallTitle {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #218337;
}
#content {
	width: 500px;
	margin: 5px;
	padding: 5px;
	background-color: #FFF;
}
#excerpt {
	font-size: 10px;
	font-style: italic;
}