﻿
HTML,BODY
{
	overflow-y: scroll;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 9pt;
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
	font-family: Arial;
	background-color: white;
	height:100%;
}

	
a:visited
{
    FONT-WEIGHT: bolder;
    COLOR: mediumpurple;
}
a:link
{
    FONT-WEIGHT: bolder;
    COLOR: navy;
}
a:hover
{
	font-weight: bolder;
	color: Blue;
}


a.MainNavLinks:visited
{
    FONT-WEIGHT: bolder;
    COLOR: black;
}
a.MainNavLinks:link
{
    FONT-WEIGHT: bolder;
    COLOR: black;
}
a.MainNavLinks:hover
{
	font-weight: bolder;
	color: black;
}

.DownloadTable
{
	border-right: #000099 1px solid;
	border-top: #000099 1px solid;
	border-left: #000099 1px solid;
	border-bottom: #000099 1px solid;
	background-color: moccasin;
}
.LinkTable
{
	border-right: #000099 thick solid;
	border-top: #000099 thick solid;
	border-left: #000099 thick solid;
	border-bottom: #000099 thick solid;
	background-color: white;
}


.OuterTable
{
	border-right: navy 3px double;
	border-top: navy 3px double;
	border-left: navy 3px double;
	border-bottom: navy 3px double;
	background-color: white;
}

.DottyTable
{
	border-right: navy thin dotted;
	border-top: navy thin dotted;
	border-left: navy thin dotted;
	border-bottom: navy thin dotted;
}

.LightOnDark
{
	border-right: navy 3px;
	border-top: navy 3px;
	border-left: navy 3px;
	border-bottom: navy 3px;
	background-color: khaki;
}