﻿body
{
	font-size: small;
	font-family: Arial, Tahoma, Times New Roman;
}
a
{
	text-decoration: none;
}
.menustyle
{
	color: Black;
}
a.menustyle:hover
{
	color: Blue;
}
.disablemenustyle
{
	color: Gray;
}
.linkstyle
{
	color: Blue;
}
a.linkstyle:hover
{
	cursor: pointer;
	text-decoration: underline;
}
.watermark
{
	color: Gray;
}
.normal
{
}
.hide
{
	visibility: hidden;
}
.show
{
	visibility: visible;
}
.submenu
{
	z-index: 9999;
}
.tabstyle1
{
	background-color:#ECE9D8;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#D3D3D3;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000080;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#D3D3D3;
}
.tabstyle2
{
	background-color:#FFFFE0;
	border-top-style:solid;
	border-top-width:5px;
	border-top-color:#000080;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:White;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#000080;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#000080;
	font-weight:bold;
}
.tabstyle3
{
	background-color:#ECE9D8;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#D3D3D3;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000080;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#D3D3D3;
}
.notabstyle
{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000080;
}
.tabpagestyle
{
}
