.text {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 22px;
	color: #000000;
}
.text1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.bold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
}
.a:link {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #3F4B85;
	text-decoration: none;
}
.a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #3F4B85;
	text-decoration: none;
}
.a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}

.b:link {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.b:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.b:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}



/* CSS BG */


.banner_bg {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 249px;
	width: 950px;	
}
.body_bg {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	height:93;
	background-position: top;
}
.box_mid_bg {
	background-image: url(../images/box_mid_bg.jpg);
	background-repeat: repeat-y;
	width: 300px;
}
.box_bottom_bg {
	background-image: url(../images/box_bottom.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 23px;
	
}
.bottom_bg {

	background-image: url(../images/copyright_bg.jpg);
	background-repeat: repeat-x;
	}
.glow_top {
	background-image: url(../images/glow_top_bg.jpg);
	background-repeat: repeat-x;
	height: 12px;
	background-position: bottom;
}
.glow_right {
	background-image: url(../images/glow_right.jpg);
	background-repeat: repeat-y;
	width: 14px;
	
}
.glow_left {

	background-image: url(../images/glow_left.jpg);
	background-repeat: repeat-y;
	width: 16px;
}
.glow_bottom {
	background-image: url(../images/glow_bottom_bg.jpg);
	background-repeat: repeat-x;
	height: 13px;
}
.red {

	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #CC0000;
}
.button_text {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	line-height: 25px;
}
.InvoiceList {
	color:#FF6600;
	 font-weight:bold;
	 text-decoration:none;
}

.InvoiceSearch {
	font:Arial, Helvetica, sans-serif;
	color:#0066FF;
  font-weight:bold;
}

.PageStr {
	text-decoration:none;
	font-weight:bold;
	color:#FF66FF;
	cursor:pointer;
}

.MyAnchor {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #3F4B85;
	text-decoration:none;
	}