/*CSS Document */

/*-------------------------------------Navigation-------------------------------------*/

a.subnav1:link  {color: black; text-decoration: none;}
a.subnav1:visited  {color: black; text-decoration: none;}
a.subnav1:hover  {color: black; text-decoration: underline;}
a.subnav1:active  {color: #dd0000; text-decoration: none;}
a.subnav2:link  {color: black; text-decoration: none;}
a.subnav2:visited  {color: black; text-decoration: none;}
a.subnav2:hover  {color: black; text-decoration: underline;}
a.subnav2:active  {color: #dd0000; text-decoration: none;}

/*-------------------------------------Text-------------------------------------*/

.bodytext1  {font: normal 12px/18px Vedana, Arial; color: #000000;}
.bodytext1_adm  {font: normal 12px/18px Vedana, Arial; color: #000000; border-bottom: 1px solid rgb(200, 200, 200); border-bottom-color:#c1c1c1;}
.quote  {font: italic 14px/23px Vedana, Arial; color: #DD0000;}
.quote2  {font: italic 14px/23px Vedana, Arial; color: #000099;}
.quotegrey  {font: italic 14px/23px Vedana, Arial; color: gray;}
.quotenote  {font : italic bold 11px/20px Vedana, Arial; color: gray;}
.smallblack  {font: 9px/11px Tahoma, Arial; color: black; text-align: center;}
.smallgrey  {font: 9px/11px Tahoma, Arial; color: gray; text-align: center;}

/*-------------------------------------Table-------------------------------------*/

.tabtext1  {font: bold 12px/18px Vedana, Arial; color: black;}
.tabtext2  {font: bold 10px/18px Vedana, Arial; color: black;}
.tabtext3  {font: bold 12px/18px Vedana, Arial; color: black;}

div.thintab { background: white; border: solid 1px #7C7C7C; padding: 4px; float: right; }

/*-------------------------------------Buttons-------------------------------------*/
.altButtonFormat {
background-color: #7C7C7C;
font-family: Tahoma, Arial;
border: #000000 1px solid;
font-size: 9px/11px;
color: #000099
} 
