/* CSS Document */

body {margin-top: 0px; margin-bottom: 0px; color: #000000;
  font-family: arial, helvetica, sans-serif}

/* <p> */

.justified {font-size: 12px; font-weight: bold; text-align: justify}

.bigjustified {font-size: 14px; font-weight: bold; text-align: justify}

.titletop {color: #0000CC; font-size: 18px; font-weight: normal;
  text-align: center}

.medium {color: #0000CC; font-size: 15px; font-weight: bold; font-style: italic;
  text-align: center}

.big {color: #339966; font-size: 24px; font-weight: bold; font-style: italic;
  text-align: center}

.centered {font-size: 12px; font-weight: bold; text-align: center}

.smallcentered {font-size: 12px; font-weight: bold; text-align: center; color: #000000}

.smallcentered16 {font-size: 15px; font-weight: bold; text-align: center; color: #CC0000}

.smallcenteredgreen {font-size: 13px; font-weight: bold; font-style: italic; text-align: center; color: #006666}

.big {font-size: 14px; font-weight: bold; text-align: center}

/* <table> */
/* table.order {font-weight: bold; text-align: left; border: 0px} */

table.outer { border: 0px}

table.calendar {font-weight: bold; border: 1px solid #AAAAAA}

/* <th> -- this is only used on S M T W T F S - find out about <th> */

th {background-color: #FFFF99; border: 1px solid #AAAAAA} 

/* <tr> */

tr.menu {background-color: #999999; text-align:center; font-size: 14px; 
  height: 24px; font-family: times new roman, times, serif}

/* <td> */

td.greytitle {text-align: center; font-size: 14px; color: #BBBBBB}

td.right {text-align: right}

td.small {font-size: 10px}

td.smallcentered {font-size: 12px; font-weight: bold; text-align: center}

td.top-month {background: #66CCFF; color: #000000; text-align: center; height: 20px}

td.greyborder {background: #FFFFFF; color: #DDDDDD; margin: 0; height: 20px; 
  text-align: center; border: 1px solid #CCCCCC}

td.border {background: #FFFFFF; color: #000000; margin: 0; height: 20px; 
  text-align: center; border: 1px solid #CCCCCC}

td.outer {border: 0px}

td.notInMonth {background: #999999}

/* links */

a.top:link {color: #FFFFFF; font-size: 16px; font-weight: bold; text-decoration: none}
a.top:visited {color: #FFFFFF; font-size: 16px; font-weight: bold; text-decoration: none}
a.top:hover {color: #00FF00; font-size: 16px; font-weight: bold; text-decoration: none}

a.bod:link {color: #008020; font-weight: bold; text-decoration: none}
a.bod:visited {color: #008020; font-weight: bold; text-decoration: none}
a.bod:hover {color: #0000CC; font-weight: bold; text-decoration: none}

a.times {color: #006600; font-weight: bold}
a.times:hover {color: #00CC33; font-weight: bold}
a.times:visited {color: #006600; font-weight: bold}

