/* CSS Document */
.SmallPrint12px {font-size: 12px}

.RedBlink {
	color: #FF0000;
	font-weight: bold;
	text-decoration: blink;
}

.RedItalics {
	color: #FF0000;
	font-style: italic;
}

.h2Blue {color: #0000CC}

.RedTableText {color: #FF0000}

.h1blkGreyBg {
	background-color: #CCCCCC;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: double;
	border-left-style: solid;
	padding-top: 5px;
	text-align: center;
	display: block;
	margin-right: 20%;
	margin-left: 20%;
}
.h2blkGreyBg {
	background-color: #999999;
	text-align: center;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 5px;
	margin-right: 25%;
	margin-left: 25%;
}
.YellowText {color: #FFFF00}

.bottomNav {
	background-color: #999999;
	text-align: center;
	display: block;
	padding: 5px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: double;
	border-left-style: groove;
	font-weight: bold;
	color: #000000;
	margin-left: 35%;
	margin-right: 35%;
}
.RedTxtBlkBg {
	color: #FF0000;
	background-color: #000000;
}
.SmPrnt12pxWht {
	color: #FFFFFF;
	font-size: 12px;
}
.WhiteLink {
	color: #FFFFFF;
}
.WhiteText {
	color: #FFFFFF;
}
#RtSidebar {
	position:absolute;
	left:680px;
	top:71px;
	width:214px;
	height:546px;
	z-index:2;
}
#FooterNav {
	position:absolute;
	left:14px;
	top:710px;
	width:880px;
	height:140px;
	z-index:3;
}