* {
    font-family: verdana;
}
td{
    font-size:11px;
	 vertical-align: top;
}
h1{
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    color: orange;
}
h2{
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    color: silver;
}

.cLogo{
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.cSlogan{
    color: silver;
    font-size: 11px;
}
.ibrdr{
    border: 1px solid gray;
    padding: 2px;
}

a{
   color: orange;
   font-weight: bold;
   text-decoration: underline;
}
a:hover{
   text-decoration: none;
}

.bordert{
   border-top: 1px solid silver;
   border-left: 1px solid silver;
   border-right: 1px solid silver;
   padding: 10px;
   text-align: center;
   vertical-align: middle;
}

.border2t{
   border-bottom: 1px solid silver;
   border-left: 1px solid silver;
   border-right: 1px solid silver;
   padding: 10px;
}

.hidet{
   border-bottom: 1px solid silver;
   background-color: Silver;
}
.hidet a { color: gray; }


.showt{
   background-color: white;
   font-weight: bold;
   font-size: 16px;
}

.item{
    visibility: hidden;
    display: none; 
}
