﻿.body 
{
	background-color:#ACD0EA;
	font-family:Verdana;
	font-size:8pt;
	height:100%;
	margin:0px
}
.master
{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	background-color:#FFFFFF
}
.mainfont
{
    font-weight: 700;
}
.HyperlinkFont
{
    font-size:8pt;
    font-family:Verdana;
    text-align: center;
}
.MainHeaderFont
{
    font-family:Verdana;
    font-size:12pt;
    font-weight:bold;
    color:Maroon;
    background-color:Gray;
    text-align: center;
 }
.shadowLeft
{
	height:100%;
	min-height:100%;
	width:12px;	
	background-image: url('images/gradient_Left.jpg');
	background-repeat:repeat-y;
	background-position:left top
}
.shadowRight
{
	height:100%;
	min-height:100%;
	width:12px;	
	background-image: url('images/gradient_Right.jpg');
	background-repeat:repeat-y;
	background-position:left top
}
.spacer
{
	width:12px
}
.Watermark
{
  color: GrayText;
}

.IE8Fix
{
    z-index: 1000;
}
