.mainframe_body {/*for the main body */
  font-family:Arial;
  font-size:80%;
  color:#000000;
  }


.mainframe_body A:link {/* iframe submenu */
  color:#AF9600;
  font-size:100%;
	font-weight:bold;
	text-decoration:none;
  }

.mainframe_body A:visited {/* iframe submenu */
  color:#AF9600;
  font-size:100%;
	font-weight:bold;
	text-decoration: none;
  }

.mainframe_body A:hover {/* iframe submenu */
  color:#C80000;
  font-size:100%;
	font-weight:bold;
	text-decoration: none;
  }


.mainframe_menu {/* iframe submenu */
  font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:80%;
  font-color:#000000;
  }

.mainframe_menu A:link {/* iframe submenu */
  color:#AF9600;
	font-weight:bold;
	text-decoration:none;
  }

.mainframe_menu A:visited {/* iframe submenu */
  color:#AF9600;
	font-weight:bold;
	text-decoration: none;
  }

.mainframe_menu A:hover {/* iframe submenu */
  color:#C80000;
	font-weight:bold;
	text-decoration: none;
  }
