body, td { font-family: Arial, sans-serif;font-size: 10pt }

a:link { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { text-decoration: underline; }

form { margin: 0px }

input { font-family: Arial, sans-serif; font-size: 8pt; font-weight: normal; color: #000000; }

select {
    font-family: Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
}

option {
    font-family: Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
}

optgroup { font-family: Arial, sans-serif; font-size: 8pt; font-weight: bold; font-style: normal; color: #000000; }

textarea { font-family: Arial, sans-serif; font-size: 9pt; color: #000000 }

.bigtext { font-family: Arial, sans-serif; font-size: 15pt; }

.medtext { font=family: Arial, sans-serif; font-size: 12pt; }

.smalltext { font-family: Arial, sans-serif; font-size: 8pt }

.tinytext { font-family: Arial, sans-serif; font-size: 7pt; }

.greentext { color: #006633; }

.blacktext { color: #000000; }

.bluetext { color: #0000D1 }

.whitetext { color: #ffffff; }

.redtext { color: #ff0000; }

.textbutton { background: #FFFFFF; margin: 1px; padding: 1px; }
.textbutton a:link { color: #0000D1; text-decoration: none; }
.textbutton a:visited { color: #0000D1; text-decoration: none; }
.textbutton a:hover { color: #FFFFFF; background: #0000D1; text-decoration: none; }

.bordertable { border: 1px solid #808080; }

.graycell { background: #e1e1e1; }

.whitecell, .evencell { background: #ffffff; }

.oddcell { background: #E6EBF7 }

.headercell { color: #ffffff; background: #0000D1; }

.grayrow { background: #e1e1e1; }

.whiterow { background: #ffffff; }

.headerrow { background: #d5ebff; }

.contentcell { border-right: 1px solid #808080; border-bottom: 1px solid #808080; }

.contenttable { border-left: 1px solid #808080; border-top: 1px solid #808080; }

.instructions { margin-top: 10px; margin-left: 50px; border: 1px solid #808080;
    padding: 5px; width: 500px; background: #E6EBF7; }

.smallinput {
    font-size : 8pt;
    line-height : 8pt;
    height : 13pt;
    padding: 0px;
}

.largeinput {
    font-size: 12pt;
    font-weight: bold;
    height: 18pt;
}