/* standard typeface */ 
BODY, TH, P, DIV, SPAN, STRONG { font-family:Verdana,Arial,Helvetica,sans-serif }

/* standard typeface */ 
P { font-size: 10pt; }
UL { font-size: 10pt; }
OL { font-size: 10pt; }
DL { font-size: 10pt; }
LI { font-size: 10pt; }
TD { font-size: 10pt; }

/* standard typeface */ 
H1, H2, H3, H4, H5, BIG, SMALL { font-family:Verdana,Arial,Helvetica,sans-serif }

/* standard typeface */ 
TEXTAREA, OPTION, INPUT, SELECT { font-family:Courier New,Courier,sans-serif;font-size:9pt }

/* style to hide screen elements from printing */ 
@media print {.ScreenOnly {display:none}}

/* tiny typeface */ 
.tiny { font-family:Tahoma;font-size:7pt }

/* above average size text */
.mid_text { font-size:10pt }

/* typeface color for attention */
.achtung { color:#cc3333;font-weight:bold }

/* large button active */
.but {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
cursor: hand
}

/* large button active */
.but_lg {
background-color: #cccc99;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
height: 25px;
width: 125px;
text-decoration: none;
cursor: hand
}

/* small button active */
.but_sm {
background-color: #cccc99;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
height: 22px;
width: 125px;
text-decoration: none;
cursor: hand
}


/* mini action button active */
.but_mini_reset {
background-color: #cccc99;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
height: 16px;
width: 16px;
text-decoration: none;
border-top-width: 0;
vertical-align: top;
cursor: hand
}

a:link { color:#333399 }

a:visited { color:#333399 }

a:active { color:#333399 }

.footer {font-size:8pt;color:#999;}