﻿body
{
    font-size: 10pt;
    color: #000000;
    font-family: Verdana;
    font-weight: normal;
    margin: 0px;
    height: 100%;
    width: 100%;
    background-color: #669999;
}

table
{
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: justify;
}
td
{
	padding: 0px;
}

h1
{
    font-size: 12pt;
    font-family: verdana;
    margin: 0px;
}
h2
{
    font-size: 10pt;
    font-family: verdana;
    margin: 0px;
}
h3
{
    font-size: 8pt;
    font-family: verdana;
    margin: 0px;
}
h4
{
    font-size: 7pt;
    font-family: verdana;
    margin: 0px;
}

a:active
{
    font-size: 10pt;
    color: #000000;
    font-family: verdana;
    text-decoration: none;
}
a:link
{
    font-size: 10pt;
    color: #000000;
    font-family: verdana;
    text-decoration: none;
}
a:visited
{
    font-size: 10pt;
    color: #000000;
    font-family: verdana;
    text-decoration: none;
}
a:hover
{
    font-size: 10pt;
    color: #663333;
    font-family: verdana;
    text-decoration: none;
}

a.PageLink:active
{
    font-size: 10pt;
    color: #990000;
    font-family: verdana;
    text-decoration: underline;
}
a.PageLink:link
{
    font-size: 10pt;
    color: #990000;
    font-family: verdana;
    text-decoration: underline;
}
a.PageLink:visited
{
    font-size: 10pt;
    color: #990000;
    font-family: verdana;
    text-decoration: underline;
}
a.PageLink:hover
{
    font-size: 10pt;
    color: #000000;
    font-family: verdana;
    text-decoration: underline;
}



.NavBG
{
	background-color: Transparent;
	padding-left: 5px;
	color: #000000;
	font-weight: normal;
	height: 20px;
	cursor: pointer;
}
.NavBGActive
{
	background-image: url(Images/navarrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-left: 5px;
	color: #000000;
	font-weight: normal;
	height: 20px;
	cursor: pointer;
}
.NavSeparator
{
	background-image: url(Images/navseparator.png);
	background-repeat: repeat;
}



.NoMSG
{
    font-size: 10pt;
    color: #000000;
    font-family: verdana;
    text-align: center;
    width: 100%;
}
.MSG
{
	background-color: #ffff00;
    font-size: 10pt;
    color: #990000;
    font-family: verdana;
    text-align: center;
    height: 25px;
    width: 100%;
    border: solid 1px #990000;
    padding-top: 5px;
    padding-bottom: 5px;
}
