/* CSS Document */

.StandardBody {
	font-size: 12px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #666633;
}

.Linked {
	font-size: 12px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-style:normal;
	line-height: normal;
	font-variant: normal;
	color: #666633;
	text-decoration: underline;
}
.BodyEmphasize {
	font-size: 12px;
	font-family: "Trebuchet MS";
	font-weight: italics;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #3399CC;
	text-decoration: none;
}
.TableHeading {
	font-size: 12px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #CCCCCC;
}
.PgHeading {
	font-size: 16px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #3399CC;
	text-decoration: none;
}

.PgSubHeading {
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}

.SubHeading-2 {
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #993333;
	text-decoration: none;
}

.SubHeading-3 {
	font-size: 12px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #993333;
	text-decoration: none;
}

.MainMenu {
	font-size: 12px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #336699;
	text-decoration: none;
}
.LeftMenu {
	font-size: 12px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #663300;
	text-decoration: none;
}
.BottomMenu {
	font-size: 11px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #006699;
	text-decoration: none;
}
a {
	text-decoration: none;
	font-family: "Trebuchet MS";
	color: #006666;
	font-size:14px;
}

GreyBox{
	position: relative;
	padding: 10px;
	background: #EDEDED;
	border-top: 2px solid #336699;
}
