@import url("mainbody.css");
body {
  background: #fff url(../images/png/mainbg.png) repeat-x scroll;
  color: #006;
  font-family: arial;
  font-size: 14px;
  margin-top: -3px;
  margin-bottom: -5px;
}

a {
  color: #999;
  text-decoration: none;

}

a:visited {
  color: #03C;
}

a:hover {
  color: #eee;
  border-bottom: 1px solid;
}


h1 {
   color: #333;
   font-family: arial;
   font-size: 18px;
}

h2 {
   color: #006;
   font-family: arial;
   font-size: 18px;
}

h3 {
   color: #900;
   font-family: arial;
   font-size: 18px;
}

h4 {
   color: #063;
   font-family: arial;
   font-size: 24px;
   font-weight: bold;
}

h5 {
   background: #ccc;
   color: #000;
   font-family: arial;
   font-size: 15px;
   font-weight: bold;
   border-top: #000 1px solid;
   border-bottom: #000 1px solid;
}

strong {
   color: #063;
   font-family: arial;
   font-size: 15px;
   font-weight: bold;
}

#frame {
overflow: hidden;
position: relative;
height: 40px;
width: 100%;
top: 0px;
left: 0px;
}

#frame ul li { display: inline; }

#frame ul li a{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	width: 700px;
	border-bottom: 0px solid #000;
}

#frame ul li a:hover
{
color: #fff;
}

#frame a.indicator:link, #frame a.indicator:visited {
	border-bottom: 0px solid #6F0;
	padding-bottom: 0px;
	color: #ff6;
	}
