body {
  font-size:12px;
  font-family : Verdana,Arial,Geneva,sans-serif;
  color: #101818;
  background-color: white;
}

td { 
  font-size:12px;
  font-family : Verdana,Arial,Geneva,sans-serif;
}


a { text-decoration: none }

a:link { color: #79b8c8 } 

a:visited { color: #79b8c8 }

a:active { color: #79b8c8 }

a:hover { 
  text-decoration: underline;
  color: #f5beb4;
  }

a.menu:hover { text-decoration: none }

a.lbmenu:hover { text-decoration: none }

a.lbmenu { text-decoration: none }

small, .small { 
  font-size: 75%;
  font-family : Verdana,Arial,Geneva,sans-serif;
  }

.small:link {
  font-size: 75%;
  font-family : Verdana,Arial,Geneva,sans-serif;
  color: black;
  }

.small:visited {
  font-size: 75%;
  font-family : Verdana,Arial,Geneva,sans-serif;
  color: black;
  }

.medium {
    font-size: 88%
	}

.big { font-size: 150%; }

.txt { 
  font-family : Courier New,sans-serif;
  }

.notes {
    margin: 0.3em 0;
    font-size: 95%;
    color: #55f;
}

.errormsg {
  font-family : Verdana,Arial,Geneva,sans-serif;
  font-size: 90%;
  color: red;
  }

.successmsg {
  font-family : Verdana,Arial,Geneva,sans-serif;
  font-size: 90%;
  font-weight: bold;
  color: green;
  }

#loginbox {
    position: relative;
    /*width: 300px;*/
    margin: 5% auto;
    /*border: 1px solid #AAAAAA;*/
    padding: 50px;
}

#footer {
  clear: left;
  width: 100%;
  text-align: center;
  padding-top: 1em;
}

.hd {
	background:url(../images/bg_head.gif) repeat-x; 
	font:14px "Trebuchet MS"; 
	color: #555500
}

.odd {
	background-color:#eee;
	border-top:1px dotted #996600;
}

.header {
	border:1px solid #E3EEFD; 
	background-color: #F9F9F9;
	font-family:"Courier New", Courier, monospace;
	font-size:25px;
	color: #49474E;
	padding-left:20px
}