.bar {
	background-image: url(images/bar_slide.jpg);
	background-repeat: repeat-y;
}
.text_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff9900;
}
.text_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
}
.text_menuBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
	padding-top: 0px;
	padding-left: 67px;
}
.menuBg_bottom {
	background-image: url(images/bottom_bg.jpg);
	background-repeat: no-repeat;
}
body {
	padding: 0px;
	background-color: #c2c2c2;

	color: #666666;
	margin-top: 0%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#body1 {
	background: url(images/shadowVer_10px.png) repeat-y center bottom !important;
	background: url(images/shadowVer_10px.gif) repeat-y center bottom;
	background-repeat: repeat-y;
}
#body2 {
	background: url(images/shadowHor_10px.png) no-repeat center top !important;
	background: url(images/shadowHor_10px.gif) no-repeat center top;
}
#body3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #663399;
}
a:active {
}
.bg_color {
	background-color: #FFFFFF;
}

ul.a {
	list-style-type: square;
}
ul.b {
	list-style-image: url(images/bullet_arrow.gif);
}
li.a {
	list-style-image: url(images/bullet_heading.gif);
}

