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

a:hover
{
color:#051c43;
text-decoration: none;
cursor: default;
}

select
{
color:#051c43;
font: 8pt/13px trebuchet, sans-serif;
background: #fff;
border: 2px solid #ed171f;
}

textarea, input
{
color:#051c43;
font: 8pt/13px trebuchet, sans-serif;
background: #fff;
border: 2px solid #ed171f;
padding: 1px;
}

.top
{
position:absolute;
top:10px;
left:0px;
}

.c
{
position:absolute; 
left: 185px; 
top:240px;
width:392px;
}

body
{
color:#000;
font: 8pt/13px trebuchet, sans-serif;
letter-spacing: 1px;
background: #fff url(bg.jpg) repeat-y;
cursor: default;
}