/* CSS Document */
body {
    color: black;
    background-color: white;

    font-family: Arial,
          SunSans-Regular, sans-serif;}
body.launch {background-color: F2F9A1;}
body.launch1 {background-color: 7FBFFF;}
body.launch2 {background-color: FFCCE1;}
          
a.ladder1:link {color: white}
a.ladder1:visited {color: white}
a.ladder2:link {color: black}
a.ladder2:visited {color: black}
a.glossary {color: 2A1F55;text-decoration: none;}
a.comments:link {color:black; text-decoration:none; font-family: Arial,SunSans-Regular, sans-serif; font-size: 12px;}
a.comments:visited {color: black; text-decoration:none; font-family: Arial,SunSans-Regular, sans-serif; font-size: 12px;}
a.frontpage:link {color:red; text-decoration:none; font-family: Arial,SunSans-Regular, sans-serif;}
a.frontpage:visited {color:purple; text-decoration:none; font-family: Arial,SunSans-Regular, sans-serif;}


.cellover { background-color: white;} 

select { font-family: Arial,SunSans-Regular, sans-serif; font-size: 12px; border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color:BDBDBD} 

input.btn{ font-family: Arial,SunSans-Regular, sans-serif; font-size: 12px;}
td.sp {background-color: #F8ECE0}
td.t {background-color: #ECE0F8}