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

a:hover
{
color:#000;
text-decoration: none;
font-weight: bold;
cursor: default;
}

b, bold, strong
{
color: #a7957c;
}

option
{
color:#000;
font: 7pt trebuchet ms, sans-serif;
background: #fff;
}

select
{
color: #000;
font: 8pt arial, sans-serif;
border: 3px solid #c2cbce;
background: #fff;
}


div.box 
{
height: 150px;
width: 480px;
overflow: auto;
padding: 4px;
}

.c
{
position:absolute;
left:37px;
top:310px;
width: 495px;
}

div.hide
{
overflow: hide;
}

.h
{
color: #4e6269;
font: italic bold 17pt georgia, sans-serif;
letter-spacing: 1px;
margin-bottom: 4px;
text-transform: lowercase;
text-align: right;
border-bottom: 3px solid #c2cbce;
}

.sub
{
color: #9ba09a;
font: italic 16pt georgia, sans-serif;
font-size: 10pt;
letter-spacing: 1px;
margin-left: 8px;
text-align: right;
margin-bottom: 4px;
}

textarea, input
{
color: #000;
font: 8pt arial, sans-serif;
border: 3px solid #c2cbce;
background: transparent;
padding: 0px 0px 0px 1px;
}


body
{
background:#fff;
color: #000;
font: 8pt arial, sans-serif;
line-height:14px;
text-align: justify;
cursor: default;
}

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