a:link, a:active, a:visited
{
color: #ff0000;
text-decoration: none;
cursor: crosshair;
font-weight: bold;
}

a:hover
{
color: #23ccb3;
text-decoration: none;
cursor: crosshair;
font-weight: bold;
}

.h
{
color: #000;
font: 12pt arial narrow, sans-serif;
text-transform: uppercase;
padding: 0 0 0 15px;
font-weight: bold;
border-bottom: 2px solid #ff0000;
}

b, bold
{
font-weight: bold;
color: #1a9986;
}

select
{
color: #1a9986;
font: 8pt/12px arial, sans-serif;
border: 2px solid #ff0000;
background: #fff;
}

textarea, input
{
color: #1a9986;
font: 8pt/12px arial, sans-serif;
border: 2px solid #ff0000;
background: #fff;
}

#img
{
position:absolute;
left:15%;
top:0px;
}

.up
{
position:absolute;
left:0px;
top:0px;
height:293px;
background: #fff url('images/tbg.jpg') repeat-x;
width:100%;
}

#c
{
position:absolute;
left:17.8%;
top: 305px;
width:340px;
text-align: justify;
}

body
{
color: #292929;
font: 8pt/12px arial, sans-serif;
background: #fff;
cursor: default;
text-align: justify;
}

#all
{
position:absolute;
left:14%;
top: 280px;
}

#navigation
{
list-style: none;
margin: 0; 
text-align: center;
}

#navigation li
{
float: left;
}

#navigation li a
{
color: #000;
font: 10pt arial narrow, sans-serif;
width: 60px;
text-transform: uppercase;
font-weight: bold;
background: #fff;
text-decoration: none;
display: block;
}

#navigation li a:hover
{
color: #000;
background: #daf6f0;
font: 10pt arial narrow, sans-serif;
width: 60px;
text-transform: uppercase;
font-weight: bold;
text-decoration: none;
display: block;
cursor: crosshair;
border-bottom: 2px solid #ff0000;
}