H1,H2,H3,H4 {
	font-family: trebuchet ms;
	margin-bottom: 0;
}
DIV,SPAN,TD,LI,A {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 10pt;
	font-family: trebuchet ms;
}

A {
	color: #999;
}

DIV.leftcontent { 
	background-color: #f6c114; 
	background-image: url('../images/corner.gif'); 
	background-position: bottom right; 
	background-repeat: no-repeat; 
	color: #000000;
	width: 252px;
}

/* Content section styles */
DIV.scrollsection {
	scrollbar-3dlight-color: #000000;
  scrollbar-arrow-color: #f6c114;
  scrollbar-darkshadow-color: #000000;
  scrollbar-face-color: #000000;
  scrollbar-highlight-color: #f6c114;
  scrollbar-track-color: #000000;
  scrollbar-shadow-color: #f6c114;
}

/* Menu styles */
DIV.hiddenmenu {
	display: none;
	position: absolute;
	top: 90px;
	margin-left: 2px;
	color: #CACACA;
}

DIV.pageheader {
	margin: 10px 0 10px 0;
	text-transform: uppercase;
	color: #2b2b2d;
}

DIV.yellowbar {
	font-size: 2pt; 
	height: 10px; 
	width: 559px; 
	background-color: #f6c114; 
	background-image: url('../images/menucorner.gif'); 
	background-repeat: no-repeat;
	position: absolute; top: 45px;
}

DIV.mainmenu {
	display: block;
	margin-top: 10px;
	position: absolute;
	top: 35px;
	font-size: 80%;
}
DIV.mainmenu A, DIV.hiddenmenu A {
	color: #CACACA;
	font-size: 100%;
	text-decoration: none;
}

DIV.mainmenu A {
	display: block; 
	float: left; 
	background-color: transparent; 
	padding: 20px 5px 5px 5px;
}

DIV.hiddenmenu A:hover {
	color: #f6c114;
}

.hiddencontent {
	width: 220px; 
	display: none;
	padding: 5px;
	text-align: right;
}

.hiddencontent span {
	color: #dd0000;
}

