/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: white;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.BrownBorder
{
	background-color: #7b2420;
}
.MainMenuRegular
{
	font-family: Verdana;
	font-size: 14px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.MainMenuRegular:hover
{
	font-family: Verdana;
	font-size: 14px;
	color: ff7f00;
	font-weight: bold;
	text-decoration: none;
}

.MainMenuHighlighted
{
	font-family: Verdana;
	font-size: 14px;
	color: #ff7f00;
	font-weight: bold;
	text-decoration: none;
}
.VeryLightGrey
{
	background-color: #EFEFEE;
}
.LightGrey
{
	background-color: #D4D1D2;
}
.VeryDarkGreyFontLarge
{
	font-family: Verdana;
	font-size: 14px;
	color: #323232;
	font-weight: bold;
}
.VeryDarkGreyFontMedium
{
	font-family: verdana;
	font-size: 11px;
	color: #323232;
	font-weight: bold;
}
.VeryDarkOrangeFontMedium
{
	font-family: verdana;
	font-size: 11px;
	color: #ff7f00;
	font-weight: bold;
	text-decoration:none;
}
.WholesaleMenuRegular
{
	font-family: verdana;
	font-size: 11px;
	color: #323232;
	font-weight: bold;
	text-decoration:none;
}
.WholesaleMenuRegular:Hover
{
	font-family: verdana;
	font-size: 11px;
	color: #ff7f00;
	font-weight: bold;
	text-decoration:none;
}
.WholesaleMenuHighlighted
{
	font-family: verdana;
	font-size: 11px;
	color: #ff7f00;
	font-weight: bold;
	text-decoration:none;
}
.VeryDarkWhiteFontMedium
{
	font-family: verdana;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration:none;
}
.VeryDarkOrangeFontMedium:hover
{
	font-family: verdana;
	font-size: 11px;
	color: ff7f00;
	font-weight: bold;
	text-decoration:underline;
}
.VeryDarkOrangeFontLarge
{
	font-family: verdana;
	font-size: 14px;
	color: #ff7f00;
	font-weight: bold;
	text-decoration:none;
}
.VeryDarkOrangeFontLarge:hover
{
	font-family: verdana;
	font-size: 14px;
	color: #ff7f00;
	font-weight: bold;
	text-decoration:underline;
}
.MenuFont
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #323232;
	text-decoration: none;
}
.MenuFont:hover
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ff7f00;
	text-decoration: none;
}
IMG
{
	border-style: none;
}
.PageTitle
{
	color:#B5B593;
	font-family:verdana;
	font-size:38px;
	font-weight:normal;
}
.PageTitleOrange
{
	color:#ff7f00;
	font-family:verdana;
	font-size:38px;
	font-weight:normal;
}
