@charset "utf-8";
/* CSS Document */
/*anti-idling section-used in includes only*/
.cls2 {
	color: yellow;
	font-weight: bold;
	font-size: 10 px;
	text-decoration: none;
}

.cls2:visited {
	color: yellow;
	font-weight: bold;
	font-size: 10 px;
	text-decoration: none;
}

.cls2:hover {
	color: yellow;
	font-weight: bold;
	font-size: 10 px;
	text-decoration: none;
}

.cls1 {
	color: #009966;
	font-weight: bold;
	font-size: 10 px;
	text-decoration: none;
}

.cls1:visited {
	color: #009966;
	font-weight: bold;
	font-size: 10 px;
	text-decoration: none;
}

.cls1:hover {
	color: yellow;
	font-weight: bold;
	font-size: 10 px;
	text-decoration: none;
}

