body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/screen_bg.gif);
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;

}
.topnav {
	background-image: url(images/nav_top.gif);
	background-repeat: repeat-x;
}
.bottomnav {
	background-image: url(images/nav_bottom.gif);
	background-repeat: repeat-x;
}
.rightnav {
	background-image: url(images/nav_side_right.gif);
	background-repeat: repeat-y;
	text-align: right;
}
.leftnav {
	background-image: url(images/nav_side_left.gif);
	background-repeat: repeat-y;
	text-align: left;
}
.whitespace {
	height: 3px;
}
.categorybackground {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  vertical-align: middle;
  color: #011B92;
  font-size: small;
  padding-right: 20px;
  padding-left: 20px;
}
a:link {
	color: #0057FF;
	text-decoration: underline;
}
a:hover {
	color: #003BAF;
	text-decoration: none;
}
a:visited {
	color: #00205F;
	text-decoration: underline;
}
input.txtfield {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

td.plain11 {
	font-size: 11px;
}

.style1 {
	font-size: 10px;
	color: #FF6600;
}

.menu_category
{
	padding:10px 0px 0px 0px;
	margin:0px;
}

.sub_category{
	margin:0px 0px 0px 15px;
}