
/* -------------- BODY -------------- */

body{background : url('images/back.jpg') top left; margin:10px;}

/* -------------- FONT -------------- */

.h1{font-size: 16px;}
.h2{font-size: 12px;}
.h3{font-size: 10px; color:#ffffff; font-weight:bold; letter-spacing : 2px;}

.all{font : Verdana, Tahoma; color:#000000; font-weight:bold; letter-spacing : 3px;}

/* -------------- BULLET INDENT -------------- */

.bul{margin-left: 10px; padding-left: 10px; margin-bottom: 2px; padding-bottom: 2px;}

/* -------------- HYPERLINKS -------------- */

A:link, A:visited{font : normal Verdana, Tahoma; color : #0000FF;  text-decoration : none; }
A:hover {color: #FF0000; text-decoration : none;}

/* -------------- TABLES -------------- */

.tbl-head{width:800px; height:100px; background : url('images/ygn-header.jpg') no-repeat top left; border: 2px solid #ffffff; border-bottom: none;}
.tbl-mid{width:800px; border-right: 2px solid #ffffff; border-left: 2px solid #ffffff; font : 10px Verdana, Tahoma;}
.tbl-cont{width:150px; background: #1b5f55;}
.tbl-text{text-align:justify; padding:10px; background: #ffffff;}
.tbl-foot{width:800px; height:40px; background : #ffffff url('images/foot-back.jpg') repeat-x top left; border: 2px solid #ffffff;  border-top: none; padding:2px; font : 10px Verdana, Tahoma;}

.tbl{width:90%; border-collapse:collapse; font : 10px Verdana, Tahoma; text-align:center;}
.tbl-title{background:#999999; font-weight:bold; text-align:center;}

.news{width:200px; font : 10px Verdana, Tahoma; border:1px solid #000000; float:right;}
.news-head{background: #1b5f55; height:20px; paddding:3px;}

/* -------------- CONTENTS -------------- */

#menu a, #menu a:visited {
  font : normal 12px Tahoma, Verdana;  letter-spacing : 1px;
  text-decoration:none;
  text-align:left;
  text-indent: 3px;
  background-color:#000000; 
  color:#ffffff;
  display:block; 
  width:auto; 
  height: 20px;
  padding-top:3px;
  margin:1px 0;
  border-right:9px solid #4682b4;
  }
  
#menu a:hover {
  border-right:9px solid #ff0000;
  color:#cccccc;
  background-color:#333333;
  }