body {
	margin: 0px;
	padding: 0px;
	Background: black;
}

hr {
	Color: black;
}

.pageLayout {
	width: 100%;
	margin: 0px;
	background: darkblue;
}

.titleBar {
	Font-Family: Arial;
	Font-Size: 30pt;
	Background: black;
	Color: White;
	Text-align: center;
}

.sideBar {
	Font-Family: Verdana;
	Font-Size: 10pt;
	Color: White;
	Vertical-align: top;
}

td.sideBar {
	Width: 135px;
}

a.sideBar:hover {
	Text-decoration: none;
}

input.sideBar {
	Background: #2020cc;
	Border-color: black;
	Width: 93px;
}

span.sideBar {
	Text-align: right;
}

.mainBody {
	Vertical-align: top;
	Font-Family: Verdana;
	Font-Size: 9pt;
	Color: White;
	Border-left: 2px solid black;
	Padding-top: 4px;
	Padding-left: 3px;
}

.bottomBar {
	Font-Family: Verdana;
	Font-Size: 10pt;
	Color: #2020cc;
	Text-align: center;
}

td.bottomBar {
	Border-top: 2px solid black;
}

a.bottomBar {
	Color: white;
}

a.bottomBar:hover {
	Text-decoration: none;
}

.textBox {
	Color: White;
	Border: 1px solid white;
	Margin: 3px;
	Padding: 5px;
}

.textBoxHeader {
	Color: Black;
	Background: white;
	Font-Size: 10pt;
}

.textBoxItem {
	Font-Size: 8pt;
}

a.textBoxItem {
	Color: white;
}

a.textBoxItem:hover {
	Text-decoration: none;
}

input.textBoxItem {
	Background: #2020cc;
	Border-color: black;
	Color: White;
}

td.textBoxItem {
	Color: White;
}
	