
body {
   margin: 0px;
   padding: 0px;
   font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   height: 100%;
   width: 100%;
}


h2 {
   font-size: 13px;
   font-weight: bold;
   color: #333333;
   text-decoration: none;
   font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
   padding: 3px 0;
}

a {
   color: #1D901A;
   text-decoration: none;
}
a:hover {
   color: #336699;
}

td {
   font-size: 12px;
   text-decoration: none;
}

.button {
   font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #336699;
	background-image: url(../gfx/menuBg.gif);
   background-repeat: repeat-x;
   background-position: bottom;
   height: 25px;
   margin: 1px 0;
}

.button:hover {
   font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #A96400;
   background-image: url(../gfx/buttonBgHover.gif);
   background-repeat: repeat-x;
   background-position: bottom;
   height: 25px;
}

.usrmsg {
   font-size: 12px;
   font-weight: bold;
   color: green;
   text-decoration: none;
   background-color: transparent;
   margin: 2px 2px;
   padding: 4px;
   border: none;
   background-image: url(../gfx/msg_icon.gif);
   background-repeat: no-repeat;
   background-position: 2px;
   text-indent: 25px;
}


