* {
 font-family: '‚l‚r ƒSƒVƒbƒN','‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
 }

a:link {
/* background: url(/img/logo/new.gif) center center no-repeat;*/
 color: #0c0;
 text-decoration: underline;
 }

a:visited {
 color: #090;
 text-decoration: none;
 }

a:active {
 color: #090;
 background-color: #9f9;
 text-decoration: underline overline;
/* font-weight: bold;*/
 }
a:hover {
 color: #090;
 background-color: #9f9;
 text-decoration: underline overline;
/* font-weight: bold;*/
 }

a img {
 border-width: 0;
 text-decoration: none;
 }

body {
 background-color: #cfc;
 color: #333;
 margin: 0px;
 min-width: 800px;
 max-width: 800px;
 width: 800px;
 }

#head {
 background-color: #0f0;
 height: 50px;
 overflow: hidden;
 text-align: left;
 width: 100%;
 z-index: 10;
 }

#head span#brand {
 float: left;
}

#head span#brand a#title {
 color: #000;
 font-size: 20px;
 font-weight: bold;
 text-align: right;
 text-decoration: underline;
 width: 125px;

 position: absolute;
 top: 30px;
 left: 0px;
 }

#head span#brand img {
 vertical-align: middle;
}

#head #topbar {
 float: right;
 background-color: #cccccc;
 overflow: hidden;
 text-align: center;
 height:50px;
 width: 200px;
}

div#side{
float: left;
width: 200px;
}

table#foot {
 font-size: x-small;
/* width: 800px;*/
}

h1 {
 text-align: center;
 text-decoration: underline overline;
 }

h2 { text-decoration: underline; }

img.middle { vertical-align: middle; } 

p { line-height: 150%; }

p.description {
color: #00f;
text-align: center;
}

table { page-break-inside: avoid; }

table.border { border-style: outset; }

table.border td { border-style: solid; }

table.border th { border-style: double; }
