	a { 
	text-decoration: none;
	color: #a50000;
	}

			
	a:hover  { 
	text-decoration: underline;
	color: #a50000;
	}


.button a{
	background-image    : url('../images/otherbg.gif');
	background-repeat	: repeat-x;
	background-position : left center;
	border				: 1px solid #ACACAC;
	font-size			: 10pt;
	width				: 1px;
	margin				: 5px;
	white-space			: nowrap; 
	padding-left		: 15px;	
	padding-right		: 15px;	
	padding-top			: 5px;
	padding-bottom		: 5px;
	
	text-decoration	: none;
	color		   	: #999999; 
	font-family		:tahoma; 
	font-size		:10pt;
}
.button a:hover{

	text-decoration	: underline;
	color		   	: #333333
}
	
#button2{
	border			: 1px solid #C0C0C0;
	background-color: #DADADA;
	color		   	: #999999; 
	font-family     : Tahoma;
 	font-size       : 9pt; 
 	vertical-align	: middle;
	width			: 1px;
	margin			: 2px;
	padding-left	: 10px;	
	padding-right	: 10px;	
	padding-top		: 3px;
	padding-bottom	: 3px;
	white-space		: nowrap; 
}
#button2 a{
	color		   	: #999999;
	text-decoration	: none;	
}

#button2 a:hover{
	color		   	: #333333;
}