﻿body 
{
	margin: 0 0 0 0;
	font-family: Verdana, Arial, MS Sans Serif;
	font-size: 10pt;
	background-color: #ebebeb;
	color: #343434;
}
.PageTitle
{
	color:Black;
	font-family: Times New Roman, Arial;
	font-size: 14pt;
	font-weight: bold;
	height: 25px;
	border-bottom: solid 1px Black;
}
.AreaTitle
{
	color: Black;
	font-family: Calibri, Verdana, Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
    border-bottom: solid 1px Black;
}
.MenuBackground
{
	background-image: url(images/headerBg.jpg);
}


.tableReverse
{
	background-color: #000000;
	color: White;
	font-weight:bold;
	background-image: url(images/headerBG.jpg);
	padding: 5px 5px 5px 5px;
}

a
{
	color: #0099cc;
	text-decoration: none;
}
a:link
{
	color: #0099cc;
	text-decoration: none;
}
a:visited
{
	color: #0099cc;
	text-decoration: none;
}
a:hover
{
	color: #006699;
	text-decoration: underline;
}