﻿.topbox {
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-left-color: #0000FF;
}
.midbox {
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: medium;
	border-left-width: medium;
	border-right-color: #000080;
	border-left-color: #000080;
	font-family: Arial;
	font-size: medium;
	text-align: center;
}
.bottombox {
	font-family: Arial;
	font-size: medium;
	text-align: center;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-color: #000080;
	border-bottom-color: #000080;
	border-left-color: #000080;
}
.celltxt {
	width: 25%;
	text-align: center;
	font-family: "Book Antiqua";
	font-size: small;
}
.h2 {
	font-family: "Book Antiqua";
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	border-top-style: groove;
	border-width: thin;
	border-right-style: groove;
	border-left-style: groove;
	border-color: #0000FF;
	padding: 5px;
}
.left_out {
	width: 25%;
	text-align: center;
	font-family: "Book Antiqua";
	font-size: small;
	border-left-style: groove;
	border-left-width: thin;
	border-left-color: #0000FF;
}
.right_out {
	width: 25%;
	text-align: center;
	font-family: "Book Antiqua";
	font-size: small;
	border-right-style: groove;
	border-right-width: thin;
	border-right-color: #0000FF;
}
.left_botom {
	width: 25%;
	text-align: center;
	font-family: "Book Antiqua";
	font-size: small;
	border-left-style: groove;
	border-left-width: thin;
	border-left-color: #0000FF;
	border-bottom-style: groove;
	border-bottom-width: thin;
	border-bottom-color: #0000FF;
}
.botom {
	width: 25%;
	text-align: center;
	font-family: "Book Antiqua";
	font-size: small;
	border-bottom-style: groove;
	border-bottom-width: thin;
	border-bottom-color: #0000FF;
}
.right_botom {
	width: 25%;
	text-align: center;
	font-family: "Book Antiqua";
	font-size: small;
	border-bottom-style: groove;
	border-bottom-width: thin;
	border-bottom-color: #0000FF;
	border-right-width: thin;
	border-right-style: groove;
	border-right-color: #0000FF;
}
