/* CSS Document */
.bg{
	background-image: url(../Images/Designs/Bg.jpg);
}
.bgLeftGrey {
	background-image: url(../Images/Designs/BgGreyL.gif);
}
.bgRightGrey {
	background-image: url(../Images/Designs/BgGreyR.gif);
}	
.bgNavBar{
	background-color: DFE0E1;
}	
.LoginTextBoxes {
	font-size: 10px;
	background-color: #FFFFFF;
	height: 16px;
	width: 63px;
	font-family: Verdana;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.SiteText {
	font-family: Verdana;
	font-size: 11px;
	color: #4C4C4C;
}
.SiteTable {
	font-family: Verdana;
	font-size: 11px;
	color: #4C4C4C;
}
.SiteTextMainHeading {
	font-family: Verdana;
	font-size: 14px;
	color: #011D81;
	font-weight: bold;
	text-transform: uppercase;
}
.SiteTextHeadGrey {
	font-family: Verdana;
	font-size: 12px;
	color: #4C4E48;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
}
.SiteTextMainGreen {
	font-family: Verdana;
	font-size: 11px;
	color: #018D64;
}
.hyperlink {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #656565;
	font-weight: bold;
}
.hyperlink:hover {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: underline;
	color: #FF0000;
}

.hyperlinkCat {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #4C4C4C;
	font-weight: bold;
}
.hyperlinkCat:hover {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	color: #FF0000;
}
.hyperlinkCatRed {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: ##FF0000;
	font-weight: bold;
}
.hyperlinkCatRed:hover {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	color: ##FF0000;
}
.SiteTextWhiteBg {
	font-family: Verdana;
	font-size: 11px;
	color: #4C4C4C;
	background-color: #FFFFFF;
}
a {
	font-family: Verdana;
	font-size: 11px;
	color: #737373;
	text-decoration: underline;
}

a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #737373;
	text-decoration: none;
}
.SiteTextWhiteBgProd {
	font-family: Verdana;
	font-size: 11px;
	color: #4C4C4C;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: 707070;
	border-right-color: 707070;
	border-bottom-color: 707070;
	border-left-color: 707070;
}

.SiteTextWhiteBgProdBottom {
    background-color: DFE0E1;
	font-family: Verdana;
	font-size: 11px;
	color: #4C4C4C;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: 707070;
	border-right-color: 707070;
	border-bottom-color: 707070;
	border-left-color: 707070;
}
.Notes {
	font-family: "Hilde Sharpie";
	font-size: 20px;
	color: 3A4384;
	font-weight: bold;
	text-decoration: none;
}
.Notes:Hover {
	font-family: "Hilde Sharpie";
	font-size: 20px;
	color: 3A4384;
	font-weight: bold;
	text-decoration: none;
}
.NotesSub {
	font-family: "Hilde Sharpie";
	font-size: 17px;
	color: 5A6288;
	font-weight: 500;
	text-decoration: none;
}
.NotesSub:Hover {
	font-family: "Hilde Sharpie";
	font-size: 17px;
	color: 5A6288;
	font-weight: 500;
	text-decoration: none;
}

