﻿body
{
	margin-top: 0px;
	background-color: #f5f5f5;
}
.Content
{
	font-size: 12px;
	font-family: Tahoma;
	padding-left: 2px;
	color: steelblue;
}
.Title
{
	font-size: 30px;
	font-family: Tahoma;
}
.Medium
{
	font-size: 14px;
	font-family: Tahoma;
}
.Large
{
	font-size: 18px;
	font-family: Tahoma;
}
.LargeWhite
{
	font-size: 18px;
	font-family: Tahoma;
	color: white;
}
.NoPrint { display: none; }
.menuBG
{
	font-weight: bold;
	font-size: 12px;
	background-image: url(Images/menuBG.gif);
	background-repeat: repeat-x;
	font-family: Tahoma;
}
.menuBG Active:Link
{
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma;
	color: #666666;
	text-decoration: none;
}
.menuBG A:Link
{
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-family: Tahoma;
} 
.menuBG A:Visited
{
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-family: Tahoma;
}
.menuBG A:Hover
{
	font-weight: bold;
	font-size: 12px;
	background-image: url(Images/menuBG.gif);
	background-repeat: repeat-x;
	font-family: Tahoma;
	color: #666666;
	text-decoration: none;
	position: static;
	padding-bottom: 5px;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	margin-top: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-color: gray;
	border-bottom-width: 1px;
	border-bottom-color: gray;
	border-top-color: gray;
	border-right-width: 1px;
	border-right-color: gray;
}
.menuSep
{
	background-image: url(Images/menuSep.gif);
	background-repeat: no-repeat;
}
.menuFade
{
	background-image: url(Images/menuFade.gif);
	background-repeat: no-repeat;
	background-color: white;
}
.small
{
	font-weight: bold;
	font-size: 11px;
	color: dimgray;
	font-family: Tahoma;
}
.Opac
{
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
}
.NoDisplay
{display:none;}
