body, td, th, caption {
	font-family: Times, Arial, Helvetica, Verdana, sans-serif;
	color: black;
        font-size: 12pt;
 }

body {
        background-image: url(tlo.jpg);
        background-position: center;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: left;
}

table {
	border-collapse: collapse;
}


table.main
          {margin-left: auto;
          width: 84%;
          border: 0;
          margin-right: auto;
          background: #E2E2E2;
}

H1.logo
       {
       font-family: Times, Helvetica, Verdana, Arial;
       font-size: 76px;
       letter-spacing: 8px;
       font-weight: bold;
       font-variant: small-caps;
       text-align: center;
       border-bottom-style:ridge;
       border-width:3px;
       margin: 6px;
       line-height: 0,70em;
       padding: 0px 0px 6px 0px;
       }

H1.logo A:link, H1.logo A:visited, H1.logo A:link, H1.logo A:hover
        {
        color:black;
        font-weight: bold;
        text-decoration: none;
        background: #E2E2E2;
}

H2
        {
        text-align: left;
}

/* <left> */
td.left {
        margin: auto;
	vertical-align: top;
	width:24%;
	padding: 0px 8px 5px 8px;
	font-size: 11pt;
	
}

td.border {
          border-width:1;
          border-style:dashed;
          border-color:black;
          background: #C0C0EC;
          margin-left: 3px;
          }

td.menu {
        text-align: justify;
        padding: 12px;
        border-left-style:ridge;
        border-width:3px;

}

/* <Linki> */
td.left A:link, td.left A:visited, td.left A:link {
        color:black;
        font-weight: normal;
        text-decoration: none;
        }
       
td.left A:hover {
        color: black;
        font-weight: normal;
        text-decoration: underline;
        background: #F0F0F0;
}

td.menu A:link, td.menu A:visited, td.menu A:link {
        color:#0000A0;
        text-decoration: none;
        font-weight: normal;

}

td.menu A:hover {
        color: black;
        font-weight: normal;
        text-decoration: underline;
        background: #C6C6AF;
}

/* <footer> */

td.footer a:link, td.footer a:visited, td.footer a:hover {
          color: #C0C0C0;
          background: none;
          font-size: 10 px;
          font-weight: normal;
          text-decoration: none;
}

ul.links li {
		float: left;
		display: block;
		width: 50%;
		overflow: hidden;
		position: relative;
	}

