html
{
margin:0;
height:100%
} 

body
{
background-image: url(images/bg_trans.gif);
background-repeat:repeat-x;
background-position:top;
background-color:#fdefce;
margin: 0% 10% 0% 10%;
height: 100%;
font-family: "Century Gothic", Arial, Times, serif;
font-size: 13px;
color: #666666;
}

#content
{
background:#FFFFFF; 
height:100%;
width: 950px;
}

#footer
{
background:#FFFFFF; 
height:100%;
width: 950px;
}

.float_table
{
float: left;
padding-left: 35px;
}



A
{
FONT-WEIGHT: normal;
FONT-SIZE: 8pt;
COLOR: #392405;
FONT-FAMILY: Arial, Helvetica, sans-serif;
TEXT-DECORATION: none
}
A:hover
{
FONT-WEIGHT: normal;
FONT-SIZE: 8pt;
COLOR: #660a13;
FONT-FAMILY: Arial, Helvetica, sans-serif;
TEXT-DECORATION: underline;
/*background-color:#ac58cf;*/
}
A:active
{
FONT-WEIGHT: normal;
FONT-SIZE: 8pt;
COLOR: #660a13;
FONT-FAMILY: Arial, Helvetica, sans-serif;
TEXT-DECORATION: none
}

.a_select
{
color: #35572f;
font-family:  Arial, Verdana, Helvetica, sans-serif; 
font-size:8pt; 
font-weight: bold;
text-decoration: none;  
border: 0;
height: 16px;
cursor: hand;
}


.area_main
{
background-color: #6c8767;
background-image: url(images/palm_1.gif);
background-repeat: no-repeat;
background-position: right;

}

.area
{
padding: 1px;
width: 970px;
height: 100%;
position:fixed;
}

.on_yellow
{
background-color: #FDF973;
padding: 0px;
width: 100%;
height: 100%;
}

.on_pink
{
background-color: #EC88A2;
padding: 0px;
width: 100%;
height: 100%;

}

.on_green
{
background-color: #AEC050;
padding: 0px;
width: 100%;
height: 100%;

}

.on_red
{
background-color: #DE4A6A;
padding: 0px;
width: 100%;
height: 100%;

}

.on_blue
{
background-color: #9EB5C7;
padding: 0px;
width: 100%;
height: 100%;

}

.on_orange
{
background-color: #EA9F65;
padding: 0px;
width: 100%;
height: 100%;

}

input.formbutton
{
        color: #000000;
        background-color: #C0D1DF;
        font-family: Arial, Verdana, Helvetica, sans-serif; 
        font-size: 8pt; 
        font-style: normal; 
        font-weight: bold;
        text-align: center;
        text-decoration: none;  
        padding: 2px 5px 2px 5px;
        margin: 0px;
		border: 1px solid #9EB5C7;
}

.button {
        color: #000000;
        background-color: #C0D1DF;
        height:15px; 
        font-family: Arial, Verdana, Helvetica, sans-serif; 
        font-size: 8pt; 
        font-style: normal; 
        font-weight: bold;
        text-align: center;
        text-decoration: none;  
        padding: 2px 5px 2px 5px;
        margin: 0px;
        display: block; 
        float: left;
		border: 1px solid #9EB5C7;
}
.button:Active{
        color: #000000;
        background-color: #C0D1DF;
        height: 15px;
        font-family: Arial, Verdana, Helvetica, sans-serif; 
        font-size: 8pt;
        padding: 2px 5px 2px 5px;
        font-style: normal; 
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        border: 1px solid #9EB5C7;      
}
.button:Hover{
        color: #FFFFFF;
        background-color: #EA9F65;
        height: 15px;
        font-family: Arial, Verdana, Helvetica, sans-serif; 
        font-size: 8pt;
        padding: 2px 5px 2px 5px;
        font-style: normal; 
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        border: 1px solid #9EB5C7;     
}

.black_border
{
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-collapse: collapse;
}

.brown_main_border
{
border-top: 0px solid #FFFFFF;
border-bottom: 0px solid #FFFFFF;
border-left: 1px solid #392405;
border-right: 1px solid #392405;
border-collapse: collapse;
}

