
body, a, td, th, div, input, option, select {
	font-family			: Trebuchet MS, Verdana, serif;
	font-size			: 11px;		
	color				: #a9a9a9;	
}

#main_menu {
	 padding			: 2px 0 2px 20px;
}

#main_menu a {
  display				: block;
  float					: left;
  margin-right			: 25px;
  padding-left			: 25px;
  color					: rgb(123,155,203);
  text-decoration		: none;
  font-weight			: bold;
  color					: #FFFFFF;
}

#main_menu a:hover {
  text-decoration		: underline;
}

#submenu {
  	padding				: 10px;
  	min-height			: 300px;
  	_height				: 300px;
}

#submenu a {
  display				: block;
  padding-left			: 25px;
  margin				: 10px 7px;
  text-decoration		: none;
  color					: #a9a9a9;
}

#submenu a:hover {
	text-decoration		: underline;
}

#s_text {
	position			: relative;
	left				: 0px;
	border				: 0px;
	font-family			: Trebuchet MS, Verdana, serif;
	font-size			: 24px;	
	color				: #FFFFFF;
}

#main_div {
	padding-top			: 15px;
	padding-left		: 4px;
	padding-right		: 4px;
	width				: 510px;
	height				: 100%;
}

table.menu_table {
	width				: 320px;
	padding-top			: 20px;
	height				: 100%;
	border				: 0px;
}

table.submenu_table {

}

td.menu_left {
	width				: 100px;
	background-color	: ;
	padding-top			: 6px;
	padding-bottom		: 6px;
	vertical-align		: top;
}

td.menu_left a {
	text-decoration		: none;
	color				: ;
	font-weight			: bold;
}

td.menu_left a:hover {
	text-decoration		: underline;
	color				: ;
}

td.menu_right {
	width				: 220px;
	background-color	: ;
	padding-top			: 6px;
	padding-bottom		: 6px;
	vertical-align		: top;
	height				: 28px;
}

td.menu_right2 {
	width				: 220px;
	background-color	: ;
	padding-top			: 6px;
	padding-bottom		: 6px;
	vertical-align		: top;
}

td.menu_right a {
	text-decoration		: none;
	color				: ;
	font-weight			: bold;
}

td.menu_right a:hover {
	text-decoration		: underline;
	color				: ;
}



