﻿body {
	background-color: AntiqueWhite;
	font-family: Arial;
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: Blue;
	text-decoration: none;
}
a:visited {
	color: Blue;
}
a:hover {
	color: Red;
}
.blackBox {
	border: solid 1px black;
}
.bottomLine {
	border-bottom: solid 1px black;
}
.gridTable {
	border-collapse: collapse;
	border: solid 1px black;
}
.gridTable td {
	border: solid 1px gray;
	text-align: left;
	vertical-align: top;
}
.gridTable th {
	border: solid 1px gray;
	text-align: center;
	vertical-align: bottom;
}

.outlineTable {
	border: solid 1px gray;
	vertical-align: top;
}
.outlineTable td {
	border: none;
	vertical-align: top;
	padding-left: 4px;
	padding-right: 4px;
}
.outlineTable th {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: solid 1px black;
	vertical-align: bottom;
}
.mainMenu {
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: top;	
	text-align: left;
}
.mainMenuButton {
	border: 1px solid black;
	background-color: LightGray;
	margin-right: 4px;
	margin-left: 4px;	
	
}
table.center {
	margin-left: auto;
	margin-right: auto;
}
.small {
	font-size: 80%;
}
.smallBold {
	font-size: 80%;
	font-weight: bold;
}

.loginCtl {
	font-size: 75%;
	font-weight: bold;
}

