html{height: 100%;}
body {position:absolute; left:0px; height: 100%;}

.Sidebar { background: #8a9a5b; font-size: 16pt; color: #FCFE04; font-weight: bold; }
/*.Sidebar { background: #FFCC66; font-size: 16pt; color: #000000; font-weight: bold; }*/
.Sidebar A {color: #FCFE04; text-decoration: none; }

.DetailHeader H1
{
	font-size: 30pt;
	color: #000000;
	font-family: 'Viner Hand ITC' , Serif;
}
.DetailHeader { font-size: 24pt; color: #000000; }

.DetailContent { font-size: 14pt; color: #000000; }

.DetailFooter { font-size: 10pt; color: #000000; font-weight: bold; }

.NavBtn
{
	font-weight: bold;
	font-size: 14pt;
	border-left-color: #8a9a5b;
	border-bottom-color: #8a9a5b;
	width: 163px;
	height: 24px;
	color: #fcfe04;
	border-top-style: outset;
	border-top-color: #8a9a5b;
	font-family: 'Times New Roman' , Serif;
	border-right-style: outset;
	border-left-style: outset;
	background-color: #8a9a5b;
	text-decoration: none;
	text-align: center;
	border-right-color: #8a9a5b;
	border-bottom-style: outset;
}

.NavBtnSel
{
	font-weight: bold;
	font-size: 14pt;
	border-left-color: #8a9a5b;
	border-bottom-color: #8a9a5b;
	width: 163px;
	height: 24px;
	color: #fcfe04;
	border-top-style: inset;
	border-top-color: #8a9a5b;
	font-family: 'Times New Roman' , Serif;
	border-right-style: inset;
	border-left-style: inset;
	background-color: #8a9a5b;
	text-decoration: none;
	text-align: center;
	border-right-color: #8a9a5b;
	border-bottom-style: inset;
}

