@charset "UTF-8";
/* CSS Document */

#contentmaintext a:link {
	font-weight: bold;
	color: #b3c326;
	text-decoration: none;
}
#contentmaintext a:visited {
	color: #f99b1c;
	text-decoration: none;
}
#contentmaintext a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#contentmaintext a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.pbold    {
	font-weight: bold;
	color: #f99b1c;
}

