/* CSS Document */
.redtxt{
font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;

}

.link1
{
font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #636A84;
	text-decoration: none;
}

.link1:hover
{
font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #C01A1A;
	text-decoration: none;
}

.link2
{
font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.link2:hover
{
font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #C01A1A;
	text-decoration: none;
}


.greytext{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: 868686;
	text-decoration: none;
}

.wttext{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: ffffff;
	text-decoration: none;
}
.subhead{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: 000000;
	text-decoration: none;
}

.imgborder{
border:#AEAEAE 2px solid; 
}


.txtbox{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: 000000;
	text-decoration: none;
	border:#000000 solid 1px;
	width:170px;
	background-color:ECECEC;
	}
	
.but{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: ffffff;
	background-color: 868686;
}

.product_head {
	color: #4DC8F5;
	font-weight: bold;
	font-family: "Trebuchet MS";
}