/* Main Styles */
td,body{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #d6a42d;
}


/* Links */
a{
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d6a42d;
	text-decoration: underline;
}
a:hover{
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#93701e;
	text-decoration: none;
}


/* All Navigations */
.Nav_Side_Level1,.Nav_Side_Level2,.Nav_Side_Leveln,.Nav_Side_Level_Selected,.Nav_Top{
  text-decoration:none;
}


.Nav_Side_Level1{
  color:white;
  font-weight:bold;
}

.Nav_Side_Level2{
  color:369;
}

.Nav_Side_Leveln{
  color:69a;
}

.Nav_Side_Level_Selected{

}

.Nav_Top{
  color:#DB7124;
}







