/* ********* BLUE *********** */
/* all levels inner */
.biout {
	font: 8pt Verdana, sans-serif;
	text-decoration : none;
	padding: 3pt;
	color: #000099;
}
.biover {
	font: 8pt Verdana, sans-serif;
	text-decoration : none;
	padding: 3pt;
	color: #FFFFFF;
}

/* BLUE all levels outer */
.boout {
	text-decoration : none;
	border : 1pt solid #6699CC;
	background: #FFFFFF;
}
.boover {
	text-decoration : none;
	border : 1pt solid #6699FF;
	background: #000099;
}

/* ********* GREEN *********** */
/* all levels inner */
.giout {
	font: 8pt Verdana, sans-serif;
	text-decoration : none;
	padding: 3pt;
	color: #006600;
}
.giover {
	font: 8pt Verdana, sans-serif;
	text-decoration : none;
	padding: 3pt;
	color: #FFFFFF;
}

/* all levels outer */
.goout {
	text-decoration : none;
	border : 1pt solid #00CC00;
	background: #FFFFFF;
}
.goover {
	text-decoration : none;
	border : 1pt solid #00CC00;
	background: #006600;
}

/* ********* YELLOW *********** */
/* all levels inner */
.yiout {
	font: 8pt Verdana, sans-serif;
	text-decoration : none;
	padding: 3pt;
	color: #663300;
}
.yiover {
	font: 8pt Verdana, sans-serif;
	text-decoration : none;
	padding: 3pt;
	color: #FFFFFF;
}

/* all levels outer */
.yoout {
	text-decoration : none;
	border : 1pt solid #CC9900;
	background: #FFFFFF;
}
.yoover {
	text-decoration : none;
	border : 1pt solid #CC9900;
	background: #663300;
}
