
body {
	
	background: #FFF;
	color: #000;
	font: 62.5% "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
    margin-top: 10px;
	overflow-x:hidden
}

.button {

	border: 1px solid #444444;
	background-color: #ffffff;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	background-image: url(images/formButtonBg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
.buttonOn, .button:hover, .button:focus, .buttonOn:focus {

	border: 1px solid #444444;
	background-color: #ffffff;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	background-image: url(images/formButtonBgOn.gif);
	background-repeat: repeat-x;
	background-position: top;
	}

#td {
	
	font-family:Verdana, Geneva, sans-serif;
	color: #333;
	text-align:right;
	height:27px;
	font-size:11px;
	

	
}

#tr {
	
	font-family:Verdana, Geneva, sans-serif;
	background: #39F;
	color:#fff;
	text-align:center;
	font-size:16px;
	height:50px;
	font-weight:bold

}


#table {

   border-bottom:solid 1px #999;
   border-top:solid 1px #999; 
   border-right:solid 1px #999; 
   border-left:solid 1px #999
	
}

.combobox
{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
border-color:#CCCCCC;
height:16px

}

#img {
	width:216px;
	height:36px;
}