
body {
	color: #0C71A3;
	background-color: #333333;
	font-family: clean, arial, courier;
}

a:link {
	color: #9D9D9D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9D9D9D;
}
a:hover {
	text-decoration: none;
	color: #9D9D9D;
}
a:active {
	text-decoration: none;
	color: #9D9D9D;
}

.webforms {
	font-family: clean, arial, courier;
	font-size: 10px;
	font-weight: bold;
	background-color: #E8E8E8;
}

.formbutton {
	font-family: clean, arial, courier;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}

.menu a {

    text-decoration: none;

    font-weight: bold;

}

.menu a:hover {

    background-color: #ffff00;

    text-decoration: none;

}

.bar {
	color: #0C71A3;
	background-color: #333333;
	font-family: clean, arial, courier;
    font-size: 9pt;
    margin: 0;
}

.bar a {
	color: #0C71A3;
	background-color: #333333;
	font-family: clean, arial, courier;
    text-decoration: underline;
}

.big {
    font-size: 150%;
}

.big2 {
    font-size: 250%;
}