﻿html, body
{
	background-color: #1E2022;
	font-family: Arial, Helvetica, MS Sans Serif, Tahoma, Verdana;
	font-size: 11px;
	margin: 0;
	height: 101%;
}
body, a
{
	color: #B1B8BE;
}
a, a:visted
{
	text-decoration: none;
}
a:hover
{
	color: #cccccc;
}
#Header
{
	height: 75px;
	line-height: 75px;
	margin-bottom: 20px;
	vertical-align: middle;
}
#links a
{
	text-decoration: none;
}
#links IMG
{

}
#Footer
{
	border-top: dotted 1px #5D6367;
	display: block;
	clear: both;
	padding: 10px;
	text-align: center;
	margin: 100px auto 50px auto;
	width:750px;
}
#InnerSidebar a
{
	text-decoration: none;
	line-height: 25px;
	vertical-align: top;
}
.PageTitle
{
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: 5px;
}

.SubTitle
{
	font-size: 14px;
	font-weight: bolder;
	margin-bottom: 10px;
}
.DataForm TD
{
	vertical-align: top;
}
.DataTable TD
{
	border-bottom: dotted 1px #5D6367;
}
.DottedDivider
{
	border-top: dotted 1px #5D6367;
	display: block;
	margin: 10px 0 10px 0;
}
