BODY {
	margin:0;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 8pt;
	color: white;
}
FORM {margin:0;
	padding:0;
	valign:top;
	font-family :  Arial, sans-serif ;
	font-size : 10pt;
}



INPUT {margin:0;
	padding:0;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 8pt;
}

.yellowinput {margin:0;
	padding:0;
	font-family : Verdana, Arial, sans-serif ;
	background:#ffcc00;
	font-size : 8pt;
}

TD {font-family : Verdana, Arial, sans-serif ;
	font-size : 8pt;
	color: white;
}

.smallfont {font-family : Verdana, Arial, sans-serif ;
	font-size : 7pt;
	color: #888888;
}


.welcomefont {font-family : arial;
	font-size : 12pt;
	color: black;
}

.frontpagefont {font-family : arial;
	font-size : 10pt;
	color: #666666;
}
.td-serv {
	font-family :  verdana, sans-serif ;
	font-size : 8pt;
	color : white;
	background-image: url("images/serv.jpg");
	background-repeat: no-repeat;
	}

.td-servup {
	font-family :  verdana, sans-serif ;
	font-size : 8pt;
	color : white;
	background-image: url("images/servup.jpg");
	background-repeat: no-repeat;
	}

.td-gray {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 8pt;
	color : #cccccc;
	background-color : #999999;
}

.td-white {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 8pt;
	color : #666666;
	background-color : white;
}

.td-lightgray {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 8pt;
	color : #cccccc;
	background-color : #cccccc;
}

.td-black {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 8pt;
	color : white;
	background-color : black;
}

.graybox {
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	
}


.borderedimg {
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	
}
.td-yellow {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 8pt;
	color : white;
	background-color : #ffcc00;
}

.td-red {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 8pt;
	color : white;
	background-color : #FF6633;
}

.td-blue {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 8pt;
	color : white;
	background-color : #3399FF;
}

.td-green {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 8pt;
	color : white;
	background-color : #33CC33;
}

A, A:Visited {
	font-family : arial, sans-serif ;
	font-size : 10pt;
	text-decoration: none;
	color: #666666;
}

A:Hover {
	font-family : arial, sans-serif ;
	font-size : 10pt;
	text-decoration: none;
	color: #ffcc00;
}

.onyellow, .onyellow:Visited {
	font-family : verdana, sans-serif ;
	font-size : 8pt;
	text-decoration: none;
	color: black;
}

.onyellow:Hover {
	font-family : verdana, sans-serif ;
	font-size : 8pt;
	text-decoration: none;
	color: #999999;
}

.smalllink, .smalllink:Visited {
	font-family : verdana, sans-serif ;
	font-size : 7pt;
	text-decoration: none;
	color: #888888;
}

.smalllink:Hover {
	font-family : verdana, sans-serif ;
	font-size : 7pt;
	text-decoration: none;
	color: #ffcc00;
}

.onblack, .onblack:Visited {
	font-family : arial, sans-serif ;
	font-size : 8pt;
	text-decoration: none;
	color: white;
}

.onblack:Hover {
	font-family : arial, sans-serif ;
	font-size : 8pt;
	text-decoration: none;
	color: #ffcc00;
}

.menulink, .menulink:Visited {
	font-family : arial, sans-serif ;
	font-size : 8pt;
	text-decoration: none;
	color: black;
	background-color:#ffcc00;
}

.menulink:Hover {
	font-family : arial, sans-serif ;
	font-size : 8pt;
	text-decoration: none;
	color: white;
	width:100%;
	height:100%;
	background-color:#cc0033;
}


.transparent {
              filter:alpha(opacity=90);
              -moz-opacity:0.9;
              opacity: 0.9;
              background-color:#ffcc00;
              display:none;
              width:300;
              height:200;
              position:absolute;
              color: black;
              border: 1 black solid;
              overflow:auto;
          }

#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 8px Verdana;
line-height:15px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 1px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ffcc00;
}
