.footertext {
	color: #f1f1f1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : .6 em;
}
.button {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bolder;
	color:#0066cc;
	text-decoration:none;
	padding-left:14px;
	padding-right:10px;
	height: 25px;
	border-bottom: 1px solid #FFFFFF;
	line-height: 24px;
	text-align:right;
	letter-spacing : 1px;
}
.buttonhover { 
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:.7em; 
	font-weight: bolder; 
	color:#FFFFFF;  
	background-color:#0066CC; 
	text-decoration:none;
	padding-left:14px; 
	padding-right:10px; 
	height: 25px;  
	border-bottom: 1px solid white; 
	cursor: hand; 
	line-height: 24px; 
	text-align:right;
	letter-spacing : 1px;
}
.copyright {
	color : #666666;
	;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .7em;
}