BODY {
    background: white;
}
.admin {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 21pt;
}
.title {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 13pt;
}
.text {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 10pt;
}
.btext {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 10pt;
}
.error {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    color: red;
}
a {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: blue;
}
a:link {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: blue;
}
a:active {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: blue;
}
a:visited {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: blue;
}
a:hover {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: white;
	background-color: blue;
	text-decoration: none;
}
.selNav {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 10pt;
	color: white;
	background-color: black;
}
.input {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 9pt;
}
.button {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 9pt;
}
.badge {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 32px;
	line-height: 38px;
	margin: 15px 0 0 0;
}
.badge2 {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 25px;
	margin: 0;
}
.badge2s {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 20px;
	margin: 0;
}