﻿body {
}

.MasterTable
{
	width:800px;
	border-style:solid;
	border-width:1px;
	background-color: #dddddd;
	border-color: Black;

}

.ChildTable
{
	width:100%;
	border-width:0pc;
	border-color: Black;
}

.ChildCell
{
	border-style:dashed;
	border-width:0px;
	border-left-width:1px;
}

.Header
{
	font-family: Monotype Corsiva, Times New Roman;
	font-size: xx-large;
	font-weight:bold;
}

.mainBody
{
	font-family: Times New Roman;
	font-size: large;
	font-weight:normal;
}



.ChildHeader
{
	font-family: Monotype Corsiva, Times New Roman;
	font-size: xx-large;
	font-weight:bold;
}

.ChildBody
{
	font-family: Times New Roman;
	font-size: larger;
	font-weight:normal;
}

.SideLinks
{
	font-family: Times New Roman;
	font-size: medium;
	font-weight:normal;
}

.SideHeader
{
	font-family: Monotype Corsiva, Times New Roman;
	font-size: x-large;
	font-weight:bold;
}

.links
{
	font-family: Times New Roman;
	font-size: large;
	font-weight:bold;
}

.line
{
	width: 75%;
	margin-top: 0;
	height: 1px;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	background-color: white;
	
}

.footer
{
	font-family:Times New Roman;
	font-weight:bold;
	color:White;
}

.ITResults {font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
