
A
{
	color: #007edf;
	text-decoration:none;
}

A:hover	{
	color:#007edf;
	text-decoration:underline;	
	font-weight:bold;
}	
.prodcathdr
	{
// 	font-size : 13px;
//	font-family : verdana,helvetica,arial;	
	font-weight :bold;
	}	       



.configwindow	{
//	font-Family:Verdana,Arial;
	font-Size:9pt;
	margin-left:30px;
	margin-right:30px;
}

.txtButton	{
	height:16px;
	text-align:center;
	width:180px;
	background-color:#eeeeee;
	margin-left:10px;
	margin-right:10px;
	padding-left:20px;
	padding-right:20px;
	text-transform:uppercase;
	border-width:1px;
	border-color:#cccccc;
	border-style:outset;
	color:black;

}

.txtButton:hover	{
	color:blue;
	text-decoration:none;
	font-Weight:normal;
}