﻿body         {
	border: thin none #F1EBBC;
	background-color: #F1EBBC;
	color: #061D46;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.centered {
	text-align: center;
}
.xsmalltext {
	font-size: x-small;
}
.xlargetext {
	font-size: x-large;
}
.solid-table {
	border: 3px solid #061D46;
}
.solid-td-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #061D46;
}
.solid-td-topleft {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: dashed;
	border-top-color: #061D46;
	border-left-color: #061D46;
}
.solid-td-left {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #061D46;
}
