﻿@import url("layout.css");
.tblstyle1 {
	border: 1px solid #8B0000;
	background-color: #fea;
	margin-right: auto;
	margin-left: 62px;
}
.tblcenter {
	margin-right: auto;
	margin-left: auto;
}
.tblstyle2 {
	border: medium groove #CC0000;
}
.tblstyle3 {
	border: medium outset #CD853F;
	background-color: #FFFFDD;
}.tblstyle4 {
	border: medium outset #CD853F;
	text-align: center;
	color: #990000;
	background-color: #FFCC66;
}
.tblstyle5 {
	border: medium outset #CD853F;
	background-color: #FFFFDD;
	width: 40%;
	text-align: right;
}
.tblstyle6 {
	border: medium outset #CD853F;
	background-color: #FFFFDD;
	width: 60%;
	text-align: left;
}
