@charset "utf-8";
.menu text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.body_box {
	background-image: none;
	background-repeat: repeat-y;
	background-position: right top;
	background-attachment: scroll;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-left: 5px;
	font-weight: normal;
}
.box_title_bar {
	background-image: url(box_title_bar.PNG);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	color: #666;
	font-weight: 600;
	font-size: 8.5pt;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	text-indent: 0px;
	text-align: left;
	left: auto;
}
.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
}
.box_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(grey_bar.PNG);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}
.menu_bar1 {
	background-image: url(grey_bar.PNG);
	background-repeat: repeat-x;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
}

