@charset "utf-8";
body {
	margin: 10px;
	background-image: url(../images/background.gif);
}
.bonebackground {
	background-image: url(../images/bonebackground.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003767;
}

.maintable {
	border: 1px solid #333333;
	background-image: url(../images/toybackground.gif);
	background-position: left top;
}
.top {
	background-image: url(../images/top.gif);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #FFFFEE;
}
.bottom {
	background-image: url(../images/bottom.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.left {
	background-image: url(../images/left.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
.right {
	background-image: url(../images/right.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
.topright {
	background-image: url(../images/topright.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.topleft {
	background-image: url(../images/topleft.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.bottomright {
	background-image: url(../images/bottomright.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.bottomleft {
	background-image: url(../images/bottomleft.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}.maincellbackground {
	background-color: #FFFFEE;
}
ul {
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003767;
}
ol {
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003767;
	list-style-type: lower-alpha;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003767;
	line-height: 18px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996600;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #990000;
	margin-bottom: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #083171;
	text-align: left;
}
