html, body {
     overflow: -moz-scrollbars-vertical;
     overflow: auto;
	 margin:0; padding:0; height:100%; 	 
	 background: url(images/topbg.gif) repeat-x; 	 
}
#container {min-height:100%; position:relative; }
#body {
	padding-bottom:30px; 
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:30px:
	background: #000;
}
a.inline:link, a.inline:visited, a.inline:active { color:#999999; text-decoration:none; }
a.inline:hover { color:#66cc33;  }
.copy {font-family: Arial, Helvetica, sans-serif; font color:#666666; 	font-size: 12px;}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
}
.textblue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #2CA4D2;
	line-height: 140%;
}
.textred {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC0000;
	line-height: 140%;
}
.msg {
	font-family: Arial;
	font-size: 14px;
	color: #000;
	line-height: 140%;
}
.input {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	border-color:#999999;
}	
