/* CSS Document */

p{
	font-family: "Gill Sans MT";
	color: #FFFFCC;
}

.p2{
	font-family: "Gill Sans MT";
	color: #FFFFCC;
	line-height: .5;
}

.boldYELLOW {
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
}
.boldGRAY {
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 10px;
	vertical-align: top;
}

.italics {
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFCC;
}

.navigationMAIN {
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	line-height: normal;
	vertical-align: top;
}

.navigationMAIN:hover {
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CCFFCC;
	text-decoration: none;
	line-height: normal;
	vertical-align: top;
}

.navigationMAIN:active {
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CCFFCC;
	text-decoration: none;
	line-height: normal;
	vertical-align: top;
}

.navigationSIDE {
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	line-height: normal;
	vertical-align: middle;
}

.navigationSIDE:hover {
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CCFFCC;
	text-decoration: none;
	line-height: normal;
	vertical-align: middle;
}

.navigationSIDE:active {
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CCFFCC;
	text-decoration: none;
	line-height: normal;
	vertical-align: middle;
}

.navigationSUB {
	font-family: "Gill Sans MT";
	font-size: 14px;
	text-decoration: none;
	color: #FFFFCC;
	font-style: normal;
	line-height: normal;
	vertical-align: middle;
}

.navigationSUB:hover {
	font-family: "Gill Sans MT";
	font-size: 14px;
	color: #CCFFCC;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	vertical-align: middle;
}

.navigationSUB:active {
	font-family: "Gill Sans MT";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #CCFFCC;
}

.normal14Y {
	font-family: "Gill Sans MT";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFCC;
}

a:active {outline:none;}

