﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
.MainBody
{
	background-color:#8db3e2;
	/*background-image: url('Graphics/BWbg03.jpg');*/
    background-image:none;
	background-repeat: repeat;
}
.MainTable
{
    border: 1px solid #000000;
    width: 1000px;
    height: 600px;
    background-color: #FFFFFF;
    border-collapse: collapse;
}

.contentbkgnd
{
	/*background-image: url('Graphics/stripe_back.gif');*/
	background-image: none;
    /*background-color:#f2f2eb;*/
    background-color:white;
}
.ErrLabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #800000;
	font-style: italic;
}
