﻿body
{
	font-family: Tahoma;
	font-size: small;
	background-color: #363636;
	color: #ffffff;
	background-image: url(images/body-bg.png);
}
a
{
	text-decoration: none;
}
td
{
	vertical-align:top;
	
}
.divBanner
{
	width:900px;
	padding-bottom:30px;
}
.divOuterContainer
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
.divPanel
{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	
}
.row1Selection
{
	background-color: gray;
}
.row2Selection
{
	background-color: silver;
}
.rowHeader
{
	background-color:White;
	color:Gray;
	font-weight:bolder;
}