﻿/* FONT SECTION */
body
{
    font-family: Trebuchet MS, Arial, Tahoma;
    color:#4a4a4a;   
    background-image: url(  '../images/pagebgr.gif' );
    background-repeat: repeat-x;
    background-color: #d5dbe7;
    margin: 0;
    padding: 0;
    text-align: center;
}      
    
/* PAGE BORDER */
.content_border
{
    border-left:solid 1px #666666; 
    border-right:solid 1px #666666;
}

 /* MAIN LINK HYPERLINK HOVER */
.mainlink
{
    font-family:Sans-Serif, Arial, Tahoma, Verdana;
    font-size: 75%;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
}         
.mainlink a:link
{
    color: #FFFFFF; text-decoration:none;
}
.mainlink a:visited
{
    color: #FFFFFF; text-decoration:none;
}
.mainlink a:hover
{
    color: #efefef; text-decoration:none;
}
.mainlink a:hover:visited
{
    color: #efefef; text-decoration:none;
}
   

/* FORM SECTION */
.field_search
{
    border:solid 0px white;
    font-size: 11px;
    height:16px; width:146px; background-color:#f1f1f1; color:#000000;
}
.btn_search
{
    border:solid 1px #de3c30;
    font-size: 10px; font-weight:bold; text-transform:uppercase;
    background-image: url('../images/search_btn_cellbgr.gif'); background-repeat:repeat-x; 
    height:20px; width:40px; padding:2px; color:white;
}     
