body
{
   background-color:rgb(56,80,114);
   margin:8;
   font-family:Verdana, Arial, Serif;
   color:rgb(222,154,59);
   cursor: default;
}

.Title
{
   font-size:24px;
   font-weight:normal;
   text-align:right;
}

.SubTitle
{
   font-size:18px;
   font-weight:normal;
   color:rgb(222,154,59);
   letter-spacing:2;
   padding: 16 4 8 4;
}

.TextArea
{
   position:absolute; left:12; top:60; width:774; height:338;
   overflow:auto;
   border-style:solid;
   border-width:1;
   border-color:rgb(69,90,119);
}

.EnterSite:link, .EnterSite:visited
{
   font-size:24px;
   font-weight:normal;
   line-height:32px;
   letter-spacing:0px;
   color:rgb(255,204,0);
   text-decoration:underline;
}

.EnterSite:hover
{
   letter-spacing:1px;
   color:rgb(255,255,255);
}

.ClientVal
{
   color:rgb(204,255,0);
   font-weight:bold;
}

.Messages
{
   font-size:13px;
   color:rgb(255,255,255);
}

.MessageRow
{
   padding: 8 2 8 2;
   display:none;
}

.ContactsArea
{
   position:absolute; left:12; top:408; width:774; height:138;
   text-align:center;
}

.Contacts
{
   font-size:13px;
   color:rgb(222,154,59);
}

.CheckLabel
{
   font-size:11px;
   color:rgb(222,154,59);
}

a:link, a:visited { font-size:13px; color:rgb(230,181,112); text-decoration:none; }
a:hover           { color:rgb(222,154,59); }

.Link:link, .Link:visited
{
   color:rgb(230,181,112);
   text-decoration:none;
}

.Link:hover
{
   color:rgb(255,255,255);
}


