
@media print {
.printbutton {
visibility : hidden;
}
a {
visibility : hidden;
display: none;
}
.textinput {
visibility : hidden;
}
.noprint {
visibility : hidden;
display: none;
}
}


.printbutton {
visibility : visible;
}
a {
visibility : visible;
}
.textinput {
visibility : visible;
}
.noprint {
visibility : visible;
}

body {
font-family: Tahoma; 
font-size: 9pt;
background-color : #FFFFFF;
}

.content {
font-family: Tahoma; 
font-size: 9pt;
}

td{
font-family: Tahoma; 
font-size: 9pt;
}

.nodd{
font-family: Tahoma; 
font-size: 9pt;
background-color : #FFFFFF;
}

.odd{
font-family: Tahoma; 
font-size: 9pt;
background-color : #EFEFEF;
}


.caption {
font-family: Tahoma; 
font-size: 9pt;
color : #FFFFFF;
font-weight:bold;
text-align:center;
}

.text {
font-family: Tahoma; 
font-size: 9pt;
color : #000000;
font-weight:bold;
}

ul{
font-family: Tahoma; 
font-size: 9pt;
background-color : #FFFFFF;
}

li{
vertical-align : middle;
margin-right: 7px;
margin-bottom : 2px;
}

.header {
color:#ffffff;
font-family: Tahoma; 
font-size: 15pt;
font-weight:bold;
}

.eheader{
font-family: Tahoma; 
font-weight: bold;
font-size: 9pt;
color:red;
}

.lheader{
font-family: Tahoma; 
font-weight: bold;
font-size: 9pt;
color:#65B95B;
}

.lnote{
font-family: Tahoma; 
font-weight: bold;
font-size: 8pt;
color:#DB2819;
}

.hheader{
font-family: Tahoma; 
font-weight: bold;
font-size: 12pt;
color:green;
}

a {
color: #397133;
font-family: Tahoma; 
font-size: 9pt;
font-weight: bold;
text-decoration:none
 }
a:visited {
color: #397133;
font-family: Tahoma; 
font-size: 9pt;
font-weight: bold;
text-decoration:none
}
a:hover {
color:#F09800;
font-family: Tahoma; 
font-size: 9pt;
font-weight: bold;
text-decoration:none
}
a.asmall {
color: #397133;
font-family: Tahoma; 
font-size: 9pt;
font-weight: normal;
text-decoration:none
}
a:visited.asmall {
color: #397133;
font-family: Tahoma; 
font-size: 9pt;
font-weight: normal;
text-decoration:none
}
a:hover.asmall {
color:#F09800;
font-family: Tahoma; 
font-size: 9pt;
font-weight: normal;
text-decoration:none
}

.alphabetna {
color: #bfbaac;
font-family: Tahoma; 
font-size: 9pt;
font-weight: bold;
text-decoration:none
}

.alphabetactive {
color: #ffffff;
font-family: Tahoma; 
font-size: 9pt;
font-weight: bold;
text-decoration:none
}


a.alphabet {
color: #f7ca7c;
font-family: Tahoma; 
font-size: 9pt;
font-weight: bold;
text-decoration:none
}
a:visited.alphabet {
color: #f7ca7c;
font-family: Tahoma; 
font-size: 9pt;
font-weight: bold;
text-decoration:none
}
a:hover.alphabet {
color:#65df57;
font-family: Tahoma; 
font-size: 9pt;
font-weight: bold;
text-decoration:none
}


@media all {

.searchbutton {
background-color : #FFFFFF;
color: #397133;
font-size: 9pt;
border : 0px ridge Black;
font-family: Tahoma; 
text-align : center;
padding-top : 0px;
font-weight: bold;
}
.textinput {
background-color : #e7f7e8;
font-family: Tahoma; 
color: black;
font-size: 9pt;
border : 1px ridge Black;
text-align:center:
}

.button3d {
background-color : #e7f7e8;
font-family: Tahoma; 
color: black;
font-size: 9pt;
border : 2px outset #F09800;
text-align:center:
}

.printbutton {
background-color : #EFEFEF;
font-family: Tahoma; 
color: black;
font-size: 9pt;
border : 1px ridge Black;
text-align:center:
}

}
 