.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	border: 1px solid #737373;
}
.bodytextwhtie {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.bodytextyellow {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFA200;
	text-decoration: none;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFA200;
	text-decoration: none;
	text-transform: uppercase;
}
.border {
	border: 1px solid #757575;
}
.norepet {
	background-repeat: repeat-x;
}
.footer{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footeryellow{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFA200;
	text-decoration: none;
}
.button {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFA200;
	border: 1px solid #737373;
}


/*category hyperlink effect gets start*/
A.footerlink {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFA200;
	font-weight: bold;
	text-decoration:none;
}
a:hover.footerlink{
font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
