.headerbig {  font-family: "Verdana"; font-size: 22px; font-style: normal; color: #EEEEEE; line-height: 24px; font-weight: bold; letter-spacing: .5pt}
.headermed {  font-family: "Verdana"; font-size: 14px; font-style: normal; color: #EEEEEE; line-height: 14px; font-weight: bold; letter-spacing: 1pt}

.menu {  font-family: "Verdana"; font-size: 16px; font-style: normal; color: #666666; line-height: 18px; font-weight: bold; letter-spacing: 1pt}
.menutxt {  font-family: "Verdana"; font-size: 14px; font-style: normal; line-height: 18px; font-weight: bold; letter-spacing: .5pt}
.menusml {  font-family: "Verdana"; font-size: 12px; font-style: italic; line-height: 18px; font-weight: normal; letter-spacing: .5pt}

.title {  font-family: "Verdana"; font-size: 20px; font-style: normal; color: #EEEEEE; line-height: 36px; font-weight: bold; letter-spacing: 1pt}
.update {  font-family: "Verdana"; font-size: 12px; font-style: normal; color: #EEEEEE; line-height: 36px; font-weight: bold; letter-spacing: 1pt; float: right}

.quick {  font-family: "Verdana"; font-size: 10px; font-style: normal; color: #990000; line-height: 18px; font-weight: bold; letter-spacing: .5pt}

.bigbld {  font-family: "Verdana"; font-size: 16px; font-style: normal; line-height: 24px; font-weight: bold; letter-spacing: 1pt}
.bigmed {  font-family: "Verdana"; font-size: 16px; font-style: normal; line-height: 24px; font-weight: normal; letter-spacing: 1pt}
.biggrn {  font-family: "Verdana"; font-size: 16px; font-style: normal; color: #009900; line-height: 24px; font-weight: bold; letter-spacing: 1pt}
.bigred {  font-family: "Verdana"; font-size: 16px; font-style: normal; color: #990000; line-height: 24px; font-weight: bold; letter-spacing: 1pt}
.bigblu {  font-family: "Verdana"; font-size: 16px; font-style: normal; color: #000099; line-height: 24px; font-weight: bold; letter-spacing: 1pt}
.biggry {  font-family: "Verdana"; font-size: 16px; font-style: normal; color: #999999; line-height: 24px; font-weight: bold; letter-spacing: 1pt}

.bldtxt {  font-family: "Verdana"; font-size: 14px; font-style: normal; line-height: 20px; font-weight: bold; letter-spacing: .5pt}
.medtxt {  font-family: "Verdana"; font-size: 14px; font-style: normal; line-height: 20px; font-weight: normal; letter-spacing: .5pt}
.itatxt {  font-family: "Verdana"; font-size: 14px; font-style: italic; line-height: 20px; font-weight: normal; letter-spacing: .5pt}
.grntxt {  font-family: "Verdana"; font-size: 14px; font-style: normal; color: #009900; line-height: 20px; font-weight: normal; letter-spacing: .5pt}
.redtxt {  font-family: "Verdana"; font-size: 14px; font-style: normal; color: #990000; line-height: 20px; font-weight: normal; letter-spacing: .5pt}
.blutxt {  font-family: "Verdana"; font-size: 14px; font-style: normal; color: #000099; line-height: 20px; font-weight: normal; letter-spacing: .5pt}
.grytxt {  font-family: "Verdana"; font-size: 14px; font-style: normal; color: #999999; line-height: 20px; font-weight: normal; letter-spacing: .5pt}

.smlbld {  font-family: "Verdana"; font-size: 10px; font-style: normal; line-height: 18px; font-weight: bold; letter-spacing: 0pt}
.smltxt {  font-family: "Verdana"; font-size: 10px; font-style: normal; line-height: 18px; font-weight: normal; letter-spacing: 0pt}
.smlgrn {  font-family: "Verdana"; font-size: 10px; font-style: normal; color: #009900; line-height: 18px; font-weight: normal; letter-spacing: 0pt}
.smlred {  font-family: "Verdana"; font-size: 10px; font-style: normal; color: #990000; line-height: 18px; font-weight: normal; letter-spacing: 0pt}

.tinytxt {  font-family: "Verdana"; font-size: 9px; font-style: normal; line-height: 13px; font-weight: normal; letter-spacing: 0pt}

.footer {  font-family: "Verdana"; font-size: 12px; font-style: normal; color: #EEEEEE; line-height: 36px; font-weight: normal; letter-spacing: .5pt}

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}

.dropdown {
  display: inline-block;
  position: relative;
  width: 100%;
}
.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  overflow: auto;
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a {
  display: block;
  color: #333333;
  background-color: #CCCCCC;
  padding: 5px;
  text-decoration: none;
}
.dropdown-content a:hover {
  color: #CCCCCC;
  background-color: #333333;
}