.out {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-width: 0px;
	border-bottom-width: 0px;	
	display: block;
	background-image: url(graphics/menu_off.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-indent: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height: 34px;
}
.over {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-width: 0px;
	border-bottom-width: 0px;
	display: block;
	background-image: url(graphics/menu_on.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-indent: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 34px;
	text-decoration: none;
}
.over a:visited, .out a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.headerBG {
	background-image: url(graphics/header_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.whiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.grayTopLeft {
	background-image: url(graphics/gray_top_left.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 308px;
}
.grayTop {
	background-image: url(graphics/gray_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.grayTopRight {
	background-image: url(graphics/gray_top_right.jpg);
}
.grayLeft {
	background-image: url(graphics/gray_left.jpg);
	background-repeat: repeat-y;
}
.grayBottomLeft {
	background-image: url(graphics/gray_bottom_left.jpg);
	background-repeat: no-repeat;
}
.grayBottom {
	background-image: url(graphics/gray_bottom.jpg);
}
.grayRight {
	background-image: url(graphics/gray_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 14px;
}
.grayBG {
	background-color: #CCCCCC;
}
.blackBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	padding: 5px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentTable{
	background: #FFFFFF;
	border: 1px solid #848484;
}
.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
}
.dhlabel4{
	border-bottom: 1px solid Black;
}