/* -------------------------------------------------
      BASIC TAGS
------------------------------------------------- */

body{
  font-family: bitsream vera sans, verdana, sans-serif;
  font-size: 10pt;
  line-height: 115%;
  background: #5f8dd3 ;
}

p{
  margin: 5px 0px 5px 0px;
}

p.first{
  margin: 5px 0px 5px 0px;
  font-weight: bold;
  font-size: 110%;
  line-height: 120%;
}

p.box{
  margin: 10px 0px 10px 0px;
  font-weight: bold;
  padding: 8px;
  width: 400px;
  background-color: #fbffd5;
  border: 1px dashed #ff0000;
}

p.box2{
  margin: 0px;
  font-weight: bold;
  padding: 15px;
  width: 250px;
  background-color: #b8bb91;
  border: 1px solid #000000;
}

h1{
  font-family: bitstream vera sans, verdana, sans-serif;
  font-size: 200%;
  margin: 30px 0 10px 0;
  color: #2c5aa0;
  border-top: 0px #554400 solid;
  border-bottom: 0px #554400 solid;
  padding: 3px 0px 3px 0px;
}

h2{
  font-family: bitstream vera sans, verdana, sans-serif;
  font-size: 140%;
  margin: 30px 0 0 0;
  color: #2c5aa0;
  padding: 3px 0px 3px 0px;
}

h3{
  font-family: bitstream vera sans, verdana, sans-serif;
  font-size: 140%;
  margin: 20px 0 0 0;
  color: #2c5aa0;
  padding: 3px 0px 3px 0px;
  font-weight: bold;
}

h4{
  font-family: bitstream vera sans, verdana, sans-serif;
  font-size: 125%;
  margin: 10px 0 0 0;
  color: #2c5aa0;
  padding: 3px 0px 3px 0px;
}

ul {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 0px 0px 0px 15px;
  list-style: circle;
}

li {
  margin: 0px 00px 10px 00px;
}

li.bold {
  font-weight: bold;
}


/* -------------------------------------------------
      CLASSED TAGS
------------------------------------------------- */

h1.title{
  font-family: bitstream vera sans, verdana, sans-serif;
  font-size: 250%;
  color: #ffffff;
  margin: 0 0 0 0;
  text-align: right;
  padding: 5px 3px 0 0px; 
  border-top: 0px #554400 solid;
  border-bottom: 0px #554400 solid;
}



h5.copy{
  font-family: bitstream vera sans, verdana, sans-serif;
  font-size: 80%;
  margin: 0 0 0 0;
  text-align: right;
  color: #554400;
}

p.dict{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 85%;
  color: #ffffff;
  margin: 0px;
  text-align: right;
  padding: 15px 3px 0px 0px;
}


a:link, a:visited {	
  color: #2c5aa0;
  text-decoration: underline;
}

a:hover {
  color: #990000;
  text-decoration: none;
}

p.pad {
  font-size: 1px;
  line-height: 1px;
}

p.border{
  font-size: 10%;
  margin: 00px 0 0 0;
  color: #554400;
  border-top: 1px #554400 solid;
}

/* -------------------------------------------------
      NAVBAR
------------------------------------------------- */

#nav a:hover {	
  color: #ff0000;
  text-decoration: none;
}


/* -------------------------------------------------
      LINKNEWS
------------------------------------------------- */

#linknews ul {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 0px 0px 10px 0px;
  list-style: none;
  line-height: 20px;
  width: 280px;
  padding: 0px;
}

#linknews li {
  font-size: 90%;
  padding: 0px 6px 0px 6px;
}

#linknews li:hover {
  padding: 0px 6px 0px 6px;
}

#linknews a {
  color: #5f8dd3;
}

#linknews a:hover {
  color: #990000;
}


/* -------------------------------------------------
      VARIANTS LINK STYLES
------------------------------------------------- */

a.smallref:link, a.smallref:visited {	
  font-size: 80%;
  text-align: right;
  margin-bottom: 2px;
  color: #554400;
  text-decoration: none;
}

a.smallref:hover {
  color: #ff0000;
  text-decoration: none;
}


/* -------------------------------------------------
      Table
------------------------------------------------- */

table.listtable {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  width: 500px;
  padding: 0px;
  margin: 10px 0px 10px 0px;
}

td {
  padding: 5px;
}

td.listhead {
  border-bottom: 1px solid black;
  background: #afafaf;
  font-weight: bold;
}

td.listaltrow {
  border-bottom: 1px solid black;
  background: #dddddd;
}



