a:link    {text-decoration: none; color: #0e8e07; background-color: none}
a:active  {text-decoration: none; background-color: none}
a:visited {text-decoration: none; color: #0e8e07; background-color: none}
a:hover   {text-decoration: underline; color: #000000; background-color: none}

body {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  background: #7dfc31 url(images/bg03a.png) top center no-repeat;
}

a.sub { font-weight: normal; }

.menu {
    font-family: arial, verdana;
    font-size: 14px;
    color: #0e8e07;
    text-align: left;
    font-weight: bold;
    margin-left: 3px;
  }

.top_text {
    font-family: arial, verdana;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-weight: none;
    margin-left: 3px;
  }

.main_text {
    font-family: arial, verdana;
    font-size: 14px;
    color: #450045;
    text-align: justify;
    font-weight: none;
    margin-left: 3px;
  }

h1 {
    font-family: arial, verdana;
    font-size: 15px;
    color: #000000;
    text-align: justify;
    font-weight: none;
    margin-left: 3px;
}

/* === UL DIV === */



ul.box_ul {
 list-style: none;
 margin: .8em 0 0 0;
 padding: 0;
 border-bottom: 1px solid #DDDDDD;
}

 ul.box_ul li {
 position: relative; /* IE6 only */
 float: left;
 background-color: #EEEEEE;
 border: 1px solid #c0c0c0;
 padding: 5px 15px;
 margin: 0 5px -1px 0;
 list-style: none;
 display: block;
}

 html>body ul.box_ul li {
 position: static;
 }

 ul.box_ul li:hover {
 background-color: white;
 }

 ul.box_ul li.selected {
 background-color: white;
 border-bottom-color: white;
 }


div.box {
 border-bottom: 0px solid #fde488;
 }
 div.box ul {
 border-bottom: none;
 width: 100%;
 }
 #fix {
 display: block;
 clear: both;
 height: 0;
 overflow: hidden;
 }

div.text {
  font: 1em/1.5 "lucida grande", "lucida sans unicode", sans-serif;
  padding: 15px;
  border: 0px solid #fde488;
  margin: 0 0 .8em 0;
  border-top: none;
  background-color: #ffffff;
/*   color: grey; */
  text-align: justify;
}

div.photo_box {
  font: 0.95em/1.5 "lucida grande", "lucida sans unicode", sans-serif;
  padding: 15px;
  border: 0px solid #fde488;
  margin: 0 0 .8em 0;
  border-top: none;
/*   background-color: #fde488; */
/*   color: grey; */
  text-align: justify;
}

.box_float {
  float: left;
  padding: 10px;
  text-align: center;
  }

.box_float:hover {
/*   background-color: #ebeeef; */
  color: #000080;
  }

div.table_line {
  width: 100%;
  font: 0.9em/1.5 "lucida grande", "lucida sans unicode", sans-serif;
  padding: 0px;
  border: 0px;
  border-bottom: 0px solid #F2F2F2;
  margin: 0;
/*  background-color: #ffffff;*/
/*   color: grey; */
  text-align: justify;
}

.table_form {
  width: 100%;
  float: left;
  padding: 5px;
  text-align: left;
  }

.table_form_400 {
  width: 350px;
  float: left;
  padding: 5px;
  text-align: left;
  }

.table_form_200 {
  width: 150px;
  float: left;
  padding: 5px;
  text-align: left;
  }

.table_line:hover {
/*   background-color: #F6F6F6; */
  color: #000080;
  border-bottom: 1px solid #9E0000;
  }

.error_msg {
  color: #ff0000;
  /* float: center; */
  /* width: 100%; */
  /* border: #b90000 1px solid; */
  /* background-color: #ffaaaa; */
  /* text-align: justify; */
  /* padding: 3px; */
}

.done_msg {
  color: #007608;
  /* float: center; */
  /* width: 100%; */
  /* border: #007608 1px solid; */
  /* background-color: #c9ffc2; */
  /* text-align: justify; */
  /* padding: 3px; */
}

.query_msg {
  color: #A7B000;
  /* float: center;*/
  /* width: 100%; */
  /* border: #007608 1px solid; */
  /* background-color: #fff87a; */
  /* text-align: justify; */
  /* padding: 3px; */
}

.help_msg {
  color: #5F5F8B;
  /* float: center;*/
  /* width: 100%; */
  /* border: #007608 1px solid; */
  /* background-color: #fff87a; */
  /* text-align: justify; */
  /* padding: 3px; */
}

.input_select {
  width: 100%;
}

.input_text {
  width: 100%;
  border: 1px solid #000000;
}

.input_textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #000000;
  text-align: justify;
}
