@charset "utf-8";

.level1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-weight: bold;

	color: #FFFFFF;

	background-color: #EF9F27;

	height: 20px;

	width: 195px;

	padding-right: 10px;

	padding-left: 10px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #666666;

	padding-top: 3px;

	margin: 0px;

}

.level2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	color: #000000;

	background-color: #F0CD98;

	width: 190px;

	padding-right: 10px;

	padding-left: 15px;

	border-bottom-width: 1px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: solid;

	border-left-style: none;

	border-bottom-color: #666666;

	margin: 0px;

}

.level3 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	color: #000000;

	background-color: #F5E0C1;

	width: 180px;

	padding-right: 10px;

	padding-left: 25px;

	border-bottom-width: 1px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: solid;

	border-left-style: none;

	border-bottom-color: #666666;

	padding-top: 5px;

	margin: 0px;

}

.white {

	color: #FFFFFF;

	text-decoration: none;

}

.black2 {

	color: #000000;

	text-decoration: none;

}

a:hover.level1  {

    color: #000000;

	text-decoration: underline;

}

a:hover.level2 {

	color: #000000;

	text-decoration: underline;

}


