body         {
	font-size: 11px;
	font-family: Verdana;
}
a{
	text-decoration: none;
	color: #CE6300;
}
a:hover{
	text-decoration: underline;
}
.tab_box_body {
	background-color: transparent;
	font-family: Verdana;
	font-size: 11px;
	color: Black;
	font-style: normal;
}
.tab_box_header {
	color: Black;
	background-color: transparent;
	text-align: left;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
}
.text_input{
	border: 1px solid Black;
	font-family: Verdana;
	font-size: 12px;
}
.button{
	font-family: Tahoma;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
	color: #2f4f4f;
}
.menu_header {
	background-color: transparent;
	font-family: Verdana;
	font-size: 11px;
	color: Black;
}
.menu_header_bold {
	background-color: transparent;
	font-family: Verdana;
	font-size: 11px;
	color: Black;
	font-weight: bold;
}
.tab_header {
	background-color: transparent;
	font-family: Verdana;
	font-size: 11px;
	color: Black;
	text-align: right;
}
.tab_menu_vis {
	background-color: Black;
	font-family: Verdana;
	font-size: 11px;
	color: White;
}
.tab_menu {
	background-color: transparent;
	font-family: Verdana;
	font-size: 11px;
	color: Black;
}
.alert {
	background-color: transparent;
	font-family: Verdana;
	font-size: 11px;
	color: #DC143C;
	font-weight: bold;
}
.menutitle {
	font-family: Verdana;
	font-size: 12px;
	color: White;
	font-weight: bold;
	border: 3px double #F1F1EC;
	background: Black;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-variant: normal;
}
.head_back{
	background: White;
	border: 1px solid White;
}
.foot_back{
	background: White;
	border: 1px solid White;
}
.anylinkcss{
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 11px Verdana;
	line-height: 14px;
	z-index: 100;
	background-color: #E9FECB;
	width: 205px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
}

.anylinkcss a:hover{
	/*hover background color*/
	background-color: #D3D3D3;
	text-decoration: none;
}
}