
@import url(default_menu.css);

body {
  font-family:Verdana;
  padding:0px;
  margin:0px;
  background-color:black;
  background-image:url("../pics/logo_web_1.jpg");
  background-repeat:no-repeat;
  background-position:left bottom;
  color:white;
}

td {
  font-family:Verdana;
}

#full_size {
	border-spacing:0;
	width:100%;
	height:100%;
}

td.full_size {
	border:0pt solid green;
	vertical-align:top;
	width:100%;
	height:100%;
}

#main_menu {
	width:160px;
	margin-left:15px;
	margin-right:0px;
	border:0px solid blue;
}

td.normal_0 a {
	color:red;
	font-weight:normal;
	font-size:10pt;
}

td.normal_1 a {
	color:red;
	font-weight:normal;
	font-size:9pt;
}

td.normal_2 a {
	color:red;
	font-weight:normal;
	font-size:8pt;
}

td.normal_0 a:hover {
	color:white;
	font-weight:normal;
	font-size:10pt;
}

td.normal_1 a:hover {
	color:white;
	font-weight:normal;
	font-size:9pt;
}

td.normal_2 a:hover {
	color:white;
	font-weight:normal;
	font-size:8pt;
}

td.selected_0 a {
	color:white;
	font-weight:normal;
	font-size:10pt;
}

td.selected_1 a {
	color:white;
	font-weight:normal;
	font-size:9pt;
}

td.selected_2 a {
	color:white;
	font-weight:normal;
	font-size:8pt;
}


th.head {
	border:0px solid green;
	width:10%;
}

td.indent {
	width:10%;
}


