/* CSS Document */

BODY {
background-color: #F2FFFF;
margin:0px;
color:#4278BE;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
A {
text-decoration:none;
color:#4278BE;
}
A:hover{color: #3366CC;}

TH A {
color: #A1481C;
}

.lightBlue INPUT,TEXTAREA,SELECT
{
border: solid 1px;
border-top-color: #2D57B0;
border-left-color: #2D57B0;
border-right-color: #688CD9;
border-bottom-color: #688CD9;
margin: 1px;
width: 300px;
}
.lightBlue TEXTAREA
{
height: 100pt;
}
.lightBlue TD
{
vertical-align:top;
}

INPUT.small  {
font-size:9px;
display:inline;
}
FORM {display:inline}
FORM.small
{
display:inline;
padding: 1px;
line-height: 30px;
}


.main_contw DIV
{width: 750px;}

.main_cont{
background-color:#FFFFFF;
text-align:left;
border: solid 1px #3366CC;
padding:10px;
margin:0px 20px;
}
.bigger {font-size: 18px; display:block;}

.high_cont {
border: solid 1px #A1481C;
background-color:#F4F4F4;
padding:10px;
margin:0px 20px;
}
.high_cont HR 
{
color:#660000;
border-color:#660000;
}
.high_cont .bigger {
color: #A1481C;
}

.navtab
{
position: relative;
top: -3px;
padding: 3px;
background-color: #F4F4F4;
border: 1px solid #0000FF;
border-radius-topleft: 6px;
border-radius-topright: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px
}

#activenavtab
{
background-color: #FFFFFF;
border-bottom-color: #FFFFFF;
}

#business_card
{
background-color: #F8F8Fd;
border: dashed 1px #c8c8cd;
margin: 20px;
padding: 8px;
}

.rinfo
{
float:right;
padding: 1em;
}

