body, p, td {
font: 8pt verdana, sans-serif;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

hr{
background: #fff;
color: #fff;
border: 0px ;
border-top: 1px dashed #000;
}

b {
font-size: 12pt;
}

i {
font-size: 8pt;
}

a:active, a:link, a:visited {
font: 8pt verdana, sans-serif;
color : #000; 
text-decoration : none; 
border-bottom: 1px dashed #000; 
} 

a:hover {
color : #999; 
border-bottom: 1px dashed #999; 
} 

ul {
list-style-image: url('ul.gif');
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}

input, textarea {
border: 1px dashed #000; 
font: 8pt verdana, sans-serif;
color: #000; 
background: #FFF; 
margin: 1px; 
scrollbar-face-color: #FFF; 
scrollbar-highlight-color: #FFF; 
scrollbar-shadow-color: #FFF; 
scrollbar-3dlight-color: #FFF; 
scrollbar-arrow-color: #000; 
scrollbar-track-color: #FFF; 
scrollbar-darkshadow-color: #FFF; 
} 

#b {
border-bottom: 0px;
}

#main {
position: absolute;
top: 150px;
bottom: 50px;
left: 150px;
right: 250px;
}

#right {
position: absolute;
top: 150px;
right: 0px;
width: 250px;
height: 500px;
}

#foot {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
}

#head {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 150px;
}

#left {
position: absolute;
top: 150px;
left: 0px;
width: 150px;
height: 500px;
}