td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style1 {font-size: 9px}
.style2 {
	color: #FF6600;
	font-weight: bold;
}
.border_no_rite {
	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: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.border_rite {
	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: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.line_bg {
	background-image: url(../images/line.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.menuBar {
	background-color: #AD8562;
	width: 928px;
	color: #FFFFFF;
}
.menu_divider {
	color: #FFFFFF;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	white-space: nowrap;
	padding: 14px;
	font-size: 12px;
	top: 18px;
}
.menu:hover {
	color: #FFBA03;
    text-decoration:none;
}
a {
	text-decoration: none;
}
