﻿

.clsMenu
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: #00008b;
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial;
	width: 800px;
}

.clsMenuItem
{
	background-color: #00008b;
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial;
	border-right: #00008b 1px solid;
	border-top: #00008b 1px solid;
	border-left: #00008b 1px solid;
	border-bottom: #00008b 1px solid;
	width: 133px;
}

.clsMouseOverMenuItem
{
	background-color: #696969;
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	width: 133px;
		
}


	

.clsProductHeaderQuickNavTD
{
	border-right: #000000 1px inset;
	border-top: #000000 1px inset;
	background-image: url(AppImages/MenuGradient.jpg);
	border-left: #000000 1px inset;
	border-bottom: #000000 1px inset;
}

.clsProductHeaderTitleTD
{
	font-weight: bold;
	font-size: 20pt;
	vertical-align: top;
	width: 600px;
}
a.clsQuickNavLink:link, a.clsQuickNavLink:visited
{
	color: #000000;
	font-size: 10pt;
}
a:clsQuickNavLink:hover
{
	color: #ffff66;
	font-size: 10pt;
}


.txt300
{
	width: 300px;
	font-weight: bold;
	font-size: 8pt;
	color: black;
}

.imgNoBorder
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

