/* CSS Document */
td {
  margin: 0px;
  font-family: tahoma;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
}
body {
  margin: 0;
  background-color: #f0f0f0;
}
td.leftcolumntitle {
  margin: 0 1px;
}
span.columntitle {
  margin: 0px 1px;
  padding: 5px 10px 0;
  display: block;
  height: 20px;
  text-align: left;
  color: black;
}
p {
  margin: 0;
  padding: 10px 0;
}
h1 {
  font-family: 'arial',Trebuchet MS,tahoma;
  font-size: 36px;
  font-weight: bolder;
  color: #0b8b89;
}
h1 a {
  text-decoration: none;
  color: #0b8b89;
}
h1 a:hover {
  text-decoration: none;
  color: #f5665a;
}
h2 {
  font-family: 'arial',Trebuchet MS,tahoma;
  font-size: 16px;
  font-weight: bolder;
  color: #f31a41;
  margin-bottom: 3px;
}
.body_txt {
  font-family: tahoma;
  font-size: 11px;
  font-weight: normal;
  color: #333333;
  line-height: 15px;
}
.txt_copyright {
  font-family: Tahoma;
  font-size: 9px;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
}
.txt_copyright a {
  color: #333333;
  text-decoration: none;
}
.txt_copyright a:hover {
  color: #ff0000;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
.titlebold {
  font-weight: bold;
  font-size: 24px;
  font-family: "Arial";
  color: #6666CC;
}
.titlebold2 {
  font-weight: bold;
  font-size: 20px;
  font-family: "Arial";
  color: #6666CC;
}
/*- Left Menu --------------------------- */

#menu2 {
        width: 115px;
        margin: 0 3px 0 5px; 		
		font: bold 11px 'tahoma';			
        }

#menu2 li a {
        height: 22px;
          voice-family: "\"}\"";
          voice-family: inherit;
        text-decoration: none;
		background:  url(images/bullet.gif) no-repeat left;
        }

#menu2 li a:link, #menu2 li a:visited {
        color:#484848;
        display: block;
        background:  url(images/bullet.gif) no-repeat left;
		margin-left: 0px;
        padding: 5px 15px 0 25px;
        }

#menu2 li a:hover, #menu2 li #current {
		display:block;
        color: #09938d;
        padding: 5px 15px 0 25px;
		background:  #fff url(images/bullet.gif) no-repeat left;
		margin-left: 0px;
        }

