body { font-family: Helvetica, sans-serif;
       font-size: 13px;
       background-image: url(Images/clouds.jpg); }
.bold { font-weight: bold; }
.header { color: white;
          font-family: Helvetica, sans-serif;
	  font-size: 24pt;
	  font-weight: bold; }
.XBig { font-family: Helvetica, sans-serif;
        font-size: 24pt;
        font-weight: bold; }
p.pagebrk {page-break-before: always}
li, td { font-family: Helvetica, sans-serif;
         font-size: 13px; }
td.big { font-family: Helvetica, sans-serif;
          font-size: 16px; }
th { font-family: Helvetica, sans-serif;
     font-size: 13px;
     font-weight: bold; }
th.big { font-family: Helvetica, sans-serif;
     font-size: 16px;
     font-weight: bold; }
hr { color: #3333cc; width: 300;
     text-align: left;}
a { color: #0000ff; }
.red { font-family: Helvetica, sans-serif; color: red; }
.blue { font-family: Helvetica, sans-serif;
        color: blue; }
.bigbold { font-weight: bold;
           font-size: larger; }


 .MyButton {
     padding-left: 4px;
     padding-right: 4px;
     padding-top: 2px;
     padding-bottom: 2px;
     border-style: outset;
     border-top-width: 8px;
     border-bottom-width: 8px;
     border-left-width: 8px;
     border-right-width: 8px;
     border-color: blue;
     font-weight: bold;
     background-color: #00006B;
     }

 .MyButton:hover {
     background-color: #b0c5ff;
     color: #000000;
     border-style: inset;
     }


 .MySmallButton {
     border-style: outset;
     border-top-width: 3px;
     border-bottom-width: 3px;
     border-left-width: 3px;
     border-right-width: 3px;
     border-color: red;
     font-weight: bold;
     font-size: x-small;
     background-color: #939393;
     color: white;
     }

 .MySmallButton:hover {
     background-color: white;
     color: black;
     }


