<!--
body, div, td{
font-family: arial;
color: #7c7061;	
line-height: 12px;	
font-size: 8pt;
}                                                                            


body {
background-image: url("images/bg.png");
background-repeat: repeat-x;      
background-color: #f7e8da;

}


a:link  {
color : #b78e60;
font-size: 8pt;
letter-spacing : 0;
text-decoration : none;
text-transform : none;
}

a:visited {
color : #b78e60;
font-size: 8pt;
text-decoration : none;
letter-spacing : 0;
}

a:active {
color : #b78e60;
font-size: 8pt;
text-decoration : none;
letter-spacing : 0;
}

a:hover {
color : #d6ae81;
font-size: 8pt;
cursor : default;
text-transform : none;
letter-spacing : 0;
}


.title {    
background : #c53b53;
color: #f7e8da;	
font-size : 10pt;
font-family : Arial;
letter-spacing : -1px;
line-height : 15pt; 
font-weight : bold;
text-transform : uppercase;
padding : 4px;
padding-left : 5px;
margin-bottom : 0;
margin-left : 0;
margin-right : 0;
margin-top : 0;
}

#subtitle {
float: justify;
background-color:#f4e9df; 
border:0x solid #f4e9df; 
line-height: 15px; 
text-align: center;
margin-bottom : 3px;
}

.box {
margin-bottom : 5px;
padding-left : 3px;
border: 1px solid #e9d6c4;
background-color : #f4e4d4;
padding-top : 3px;
padding-bottom : 3px;
padding-right : 3px;
width : 97%;
}


.submit, select, input {
background : #5c5c5c;
width : 100px;
height : 20px;
font-family : arial;
font-size : 7pt;
color: #d8d8d8;	
border : 1px solid #535353;
}

textarea {
background : #e7e0d7;
width : 200px;
height : 100px;
font-family : arial;
font-size : 7pt;
color: #aca296;	
border : 1px solid #dbd3ca;
}

b, strong {
color : #467e88;
}

i, em {
color: #ca364e;	
} 

u {
text-decoration : underline;
color : #467e88;
}

s, strike {
color : black;
}

::-moz-selection {
color: #ca364e;	
background-color: #fff3e8;}


--> 