













/* ==========================================================================

  Copyright (c) 2008-2010 Only A Survey, Inc.

 ========================================================================== */

a.OASlinkButton {
    width:auto;
	padding: .3em .6em ;
	color: #000 ;
	text-decoration:none ;
	font-weight:bold ;
	border: 1px outset #ccc ;
	background: #ccc;
	font-weight:normal ;
}

a.OASlinkButton:visted {
    width:auto;
	padding: .3em .6em ;
	color: #363636 ;
	background: #ccc;
	font-weight:bold ;
}

a.OASlinkButton:hover {
	color: #000 ;
	border: 1px inset #363636 ;
}
