body {
    background:#EBF1FF;
    color: black;
    font-family: 'Tahoma', sans-serif;
    font-size: 10pt;
    font-weight: bold;
}

.megabold { font-size: 18pt; color: black; font-weight: bold; font-family: 'Tahoma', sans-serif; }
.xlbold { font-size: 14pt; color: black; font-weight: bold; font-family: 'Tahoma', sans-serif; }
.lrgbold { font-size: 12pt; color: black; font-weight: bold; font-family: 'Tahoma', sans-serif; }
.lrgtext { font-size: 12pt; color: black; font-weight: normal; font-family: 'Tahoma', sans-serif; }
.lrgboldred { font-size: 12pt; color: red; font-weight: bold; font-family: 'Tahoma', sans-serif; }
.medbold { font-size: 10pt; color: black; font-weight: bold; font-family: 'Tahoma', sans-serif; }
.medboldred { font-size: 10pt; color: red; font-weight: bold; font-family: 'Tahoma', sans-serif; }
.medblue { font-size: 10pt; color: #3366CC; font-weight: bold; text-decoration: underline; font-family: 'Tahoma', sans-serif; }
.smlbold { font-size: 8pt; color: black; font-weight: bold; font-family: 'Tahoma', sans-serif; }
.smlboldgray { font-size: 8pt; color: #FFFFFF; font-weight: bold; font-family: 'Tahoma', sans-serif; }
.tnybold { font-size: 7pt; color: black; font-weight: bold; font-family: 'Tahoma', sans-serif; }

table {
    color: black;
    font-family: 'Tahoma', sans-serif;
    font-size: 10pt;
    font-weight: bold;
}

input {
    height:22px;
    background-color: #F8F8F8;
    margin-right: 0px;
    color: black;
    font-family: 'Tahoma', sans-serif;
    font-size: 10pt;
    font-weight: 600;
}

textarea {
    color: black;
    background-color: #F8F8F8;
    font-family: 'Tahoma', sans-serif;
    font-size: 8pt;
    font-weight: 600;
}

select {
    background-color: #F8F8F8;
    margin-right: 0px;
    color: black;
    font-family: 'Tahoma', sans-serif;
    font-size: 8pt;
    font-weight: 600;
}

button {
    height:21px;
    background-color: #A9E1FF;
    color: black;
    font-family: 'Tahoma', sans-serif;
    font-size: 10pt;
    font-weight: 600;
}

a img { 
    border:0 
}

form {
    display:inline;
}

/** From: https://css-tricks.com/snippets/css/css-triangle/ **/
/**/
.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  
  border-top: 7px solid #000;
}