﻿body {      
          font-family: Tahoma; 
          font-size: 12pt;
          color: white;
}

.table {
          border-collapse:	collapse;
          width: 800px;
}

font {
          font-family: Tahoma; 
          font-size: 10pt; 
          color: white;
}

li  { 
          color: light gray;
          height: 1px;
}


.bannertable {
          float: left;
          text-align: left;
          padding-left: -20px;
          border-collapse:	collapse;
                        
}

.banner {
          position: relative;
          margin-top: 8px;
          padding-left: -10px;
          width: 150px;
          height: 300px;
          border: 0px solid green;
          list-style-type: square;
          top: 20px;               
}


.menu {
          position: relative;
          margin-top: 30px;
          padding-left: 8px;
          width: 150px;
          height: 300px;
          border: 0px solid green;
          list-style-type: square;
          left: 0px;
          top: 0px;
          float: left;
}

.mail {
          text-align: center;
          position: relative;
          margin-top: 8px;
          font-size: 12px;
          padding-left: 8px;
          width: 575px;
          height: 50px;
          border-top: 2px solid #353535;
          left: -55px;
          top: 20px;
          float: right;
               
}


.bottom {
          background-image:url("../../pictures/bottom_1.jpg");
          top: 5px;
          height: 682px;
          width: 800px;
          border: 0px solid red;
}


.title {          
          position: relative;
          width: 575px;
          height: 20px; 
          border: 0px solid blue;
          left: 20px;
          font-size: 15pt;
          font-family: Georgia;
          top: 10px;
          float: left;
}


.textarea {         
          text-align: left;
          position: relative;
          width: 575px;
          height: 570px; 
          font-size: 12px;
          padding: 5px;
          border: 0px solid blue;
          left: -50px;
          top: 20px;
          float: right;
                           
                            
}



.up {
          background-image: url("../../pictures/top_1.jpg");
          height: 160px;
          width: 800px;
          background-repeat: no-repeat;
          background-position: 0% 0%;
          text-align: right;
}


.menu A:link {color: white; text-decoration: none; text-align: left;}
.menu A:visited {color: white; text-decoration: none; text-align: left;}
.menu A:hover {color: #F39419; text-align: left;}
.menu A:active {color: #8A090C; text-decoration: none; text-align: left;}
.menu A {font-family: Verdana; font-size: 10pt; font-weight: bold; text-align: left;}

A:link {color: #FF9999; text-decoration: none; text-align: left;}
A:visited {color: #B13E0F; text-decoration: none; text-align: left;}
A:hover {color: #F39419; text-align: left;}
A:active {color: #8A090C; text-decoration: none; text-align: left;}
A {font-family: Verdana; font-size: 10pt; font-weight: bold; text-align: left;}


img {
          border: 2px solid #6E2016;
          }

a img {
border: 2px solid black;
background: #8A090C;
}

a:hover img {
border: 2px solid gray;
background: #8A090C;
}


