.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #E0EBEC;
	border: 1px solid #737373;
}
.border {
	border: 1px solid #e8e3d7;
}
.bodytextblack {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.bodytextwhite {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.bodytextred {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FF0006;
	text-decoration: none;
}
.bodytextblue {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
.bodytextgreen {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #003F3C;
	text-decoration: none;
}
.bodytextorange {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #F26522;
	text-decoration: none;
}
.heading {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #003F3C;
	text-decoration: none;
}
.footer {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.norepet {
	background-repeat: repeat-x;
}
.button {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003F3C;
	border: 1px solid #737373;
}



/*category hyperlink effect gets start*/
A.toplinkmenu {
font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	padding-left:2;
	text-decoration:none;
}
a:hover.toplinkmenu{
font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bbec51;
	font-weight: bold;
	padding-left:2;
text-decoration:none;
}
