/* main stylesheet */

.button1 { font-size: 9pt; font-weight: bold; }
.button2 { font-size: 9pt; font-weight: bold; background-color: #55ff55; }

.button_gray { font-size: 9pt; font-weight: bold; background-color:#cccccc; }
.button_green { font-size: 9pt; font-weight: bold; background-color:#00ff00; }
.button_blue { font-size: 9pt; font-weight: bold; background-color:#0000ff; color:#ffffff; }
.button_red { font-size: 9pt; font-weight: bold; background-color:#ff0000; color:#ffffff; }

.link1 { text-decoration:none; }
.link2 { text-decoration:none; color:#0000ff; }
.link3 { text-decoration:none; color:#000000; }

.menu1 { font-family:arial; font-size:16px; font-weight:bold; color:#ffffff; text-decoration:underline; }

.f7 { font-family: arial; font-size: 7pt; font-weight: normal; }
.f8 { font-family: arial; font-size: 8pt; font-weight: normal; }
.f9 { font-family: arial; font-size: 9pt; font-weight: normal; }
.f10 { font-family: arial; font-size: 10pt; font-weight: normal; }
.f11 { font-family: arial; font-size: 11pt; font-weight: normal; }
.f12 { font-family: arial; font-size: 12pt; font-weight: normal; }

.f8b { font-family: arial; font-size: 8pt; font-weight: bold; }
.f9b { font-family: arial; font-size: 9pt; font-weight: bold; }
.f10b { font-family: arial; font-size: 10pt; font-weight: bold; }
.f11b { font-family: arial; font-size: 11pt; font-weight: bold; }
.f12b { font-family: arial; font-size: 12pt; font-weight: bold; }
.f14b { font-family: arial; font-size: 14pt; font-weight: bold; }

.f8b_red { font-family: arial; font-size: 8pt; font-weight: bold; color: #bb0101; }
.f9b_red { font-family: arial; font-size: 9pt; font-weight: bold; color: #bb0101; }
.f10b_red { font-family: arial; font-size: 10pt; font-weight: bold; color: #bb0101; }
.f11b_red { font-family: arial; font-size: 11pt; font-weight: bold; color: #bb0101; }
.f12b_red { font-family: arial; font-size: 12pt; font-weight: bold; color: #bb0101; }

.f8b_blue { font-family: arial; font-size: 8pt; font-weight: bold; color: #0000ff; }
.f9b_blue { font-family: arial; font-size: 9pt; font-weight: bold; color: #0000ff; }
.f10b_blue { font-family: arial; font-size: 10pt; font-weight: bold; color: #0000ff; }
.f11b_blue { font-family: arial; font-size: 11pt; font-weight: bold; color: #0000ff; }
.f12b_blue { font-family: arial; font-size: 12pt; font-weight: bold; color: #0000ff; }

.f8b_white { font-family: arial; font-size: 8pt; font-weight: bold; color: #ffffff; }
.f9b_white { font-family: arial; font-size: 9pt; font-weight: bold; color: #ffffff; }
.f10b_white { font-family: arial; font-size: 10pt; font-weight: bold; color: #ffffff; }
.f11b_white { font-family: arial; font-size: 11pt; font-weight: bold; color: #ffffff; }
.f12b_white { font-family: arial; font-size: 12pt; font-weight: bold; color: #ffffff; }

.f14b_white { font-family: arial; font-size: 14pt; font-weight: bold; color: #ffffff; }

.f8_white { font-family: arial; font-size: 8pt; font-weight: bold; color: #ffffff; }
.f9_white { font-family: arial; font-size: 9pt; font-weight: bold; color: #ffffff; }
.f10_white { font-family: arial; font-size: 10pt; font-weight: bold; color: #ffffff; }
.f11_white { font-family: arial; font-size: 11pt; font-weight: bold; color: #ffffff; }
.f12_white { font-family: arial; font-size: 12pt; font-weight: bold; color: #ffffff; }

.textinput1 { font-size:8pt; }
.textinput1g { font-size:8pt; background-color: #dddddd; }
.textinput2 { font-size:9pt; }
.textinput2g { font-size:9pt; background-color: #dddddd; }
.textinput3 { font-size:10pt; }
.textinput3g { font-size:10pt; background-color: #dddddd; }

