.textbox {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #737373;
}
.bodytextwhite {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
.headingwhite {
	font-family: "Arial Black";
	font-size:24px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.footer {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
.norepet {
	background-repeat: repeat-x;
}
.boder {
	border: 1px solid #594B44;
}



/*category hyperlink effect gets start*/
A.toplinkmenu {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a:hover.toplinkmenu{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F47121;
	font-weight:bold;
	text-decoration:none;
}

