a:link { color: #000000; text-decoration: underline}
a:visited { color: #990000 }
a:hover { color: #cac7b4; background-color: none }
/*color: ff0000 = 50% lightness from #990000 */
/* body {  font-family: Verdana, Arial, sans-serif; font-size: 12px; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px } */
body {
	font-size: 16px; 
	font-family: Arial, Helvetica, san-serif;
}
.smalltext {
	font-size: 70%;
}
bred {
	font-size: 100%;
	font-weight: bold;
	color: #990000;
}
.bred {
	font-size: 100%;
	font-weight: bold;
	color: #990000;
}
.divider {
    width:10px;
    height:auto;
    display:inline-block;
}
bgreen {
	font-size: 100%;
	font-weight: bold;
	color: #006600;
}
.header {
	vertical-align: center;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	background-color: #eeeeee;
	height: 40px;
}
td.nondesc {
	vertical-align: center;
	text-align: center;
	min-width: 70px;
	font-size: 90%;
	font-weight: bold;
 	-moz-text-size-adjust:auto; 
 	-webkit-text-size-adjust:auto;
	-ms-text-size-adjust:auto;
}
td.desc {
	vertical-align: center;
	text-align: left;
	font-size: 90%;
	padding-left: 5px;
	padding-right: 5px;
 	-moz-text-size-adjust:auto; 
 	-webkit-text-size-adjust:auto;
	-ms-text-size-adjust:auto;
}	
th.reg, td.reg {
	vertical-align: center;
	text-align: center;
	min-width: 70px;
	border: 2px solid white;
	padding: 10px;
 	-moz-text-size-adjust:auto; 
 	-webkit-text-size-adjust:auto;
	-ms-text-size-adjust:auto;
	background-color:#eeeeee;
}
p.content {
    max-width:1000px;
    margin: auto;
}
table {
	max-width: 100%;
}
.btn {
	color: #ffffff;
	font-size: 85%;
	background: #000000;
    padding: 2px;
	text-decoration: none;
	width: 110px;
	height: 30px;
	display: inline-block;
	margin: 4px 2px;
    cursor: pointer;
	border: 0px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.btn:hover {
	background: #990000;
	text-decoration: none;
}
.btnhome {
	background-color: white;
	font-family: Arial, Helvetica, san-serif;
	font-size: 70%;
    padding: 6px 22px;
	border: 2px solid #eeeeee;
	display: inline-block;
	text-align: center;
	border-radius: 0px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.btnhome:hover {
	background-color: #eeeeee;
}
.dropbtn {
	color: #ffffff;
	font-size: 110%;
	background: #000000;
	border: 0px;
    padding: 10px;
	text-decoration: none;
	width: 250px;
	height: 50px;
	display: inline-block;
	margin: 4px 10px;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin: 0 auto;
}
.dropdown {
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #eeeeee;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	text-align:left
}
.dropdown-content a {
    color: black;
    padding: 2px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {background-color: #990000; color: white;}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #990000;
}
h1 {
	font-size:180%;
	font-weight:bold;
}
h2 {
	font-size:size:140%;
	font-weight:bold;
}
h3	{
	font-size: 120%;
	font-weight: bold;	
	color: #990000;
}
h4 {
	font-size: 120%;
	font-weight: bold;	
}
h5 {
	font-size: 110%;
	font-weight: bold;	
	color: #990000;	
}
h6 {
	font-size: 110%;
	font-weight: bold;
}