/* CSS Document */

a.main:link, a.main:active, a.main:visited {
font-family: TAHOMA; 
font-size:6pt; 
text-transform: uppercase ; 
background-color: #f1e4c4; 
text-align: left; 
text-decoration: UNDERLINE; 
font-weight: BOLD; 
color: d19b63; 
display: block; 
cursor: default; 
line-height : 10PT;
border-left: 5px solid #d19b63;
} 

a.main:hover {
font-family: tahoma; 
font-size:6pt; 
text-transform: uppercase ; 
background-color: ffffff; 
text-align: left; 
text-decoration: UNDERLINE; 
font-weight: BOLD; 
color: f2d2be; 
display: block; 
cursor: default; 
line-height : 10PT;
border-left: 5px solid #f2d2be; 
}

body {
background-image: url(main);
background-attachment : fixed; 
margin:1px;
font-size : 10ox; 
font-family : tahoma; 
font-size : 10px; 
font-family : tahoma; 
color : #b1acae;
cursor: defaut;
scrollbar-face-color: #e5ecda;
scrollbar-highlight-color: #CBDAD9;
scrollbar-shadow-color: #CBDAD9;
scrollbar-3dlight-color: #CBDAD9;
scrollbar-arrow-color: #ffffff;
scrollbar-darkshadow-color: #086086;
scrollbar-track-color:#CBDAD9;
}

td{
font-size : 8pt; 
}

a:link {
text-decoration :none;
color : #086086;
cursor: help;
}
a:visited {
text-decoration :none;
color : #086086;
font-weight: none;
cursor: help;
}
a:active {
text-decoration :none;
color : #086086;
font-weight: none;
cursor: help;
}

a:hover {
text-decoration :underline;
cursor : default;
color : #89A188;
font-weight: none;
cursor: help;
}

select { 
font-family: tahoma; 
color: #7D6537; 
font-size: 8pts;
cursor: help;
} 

textarea, input{ 
font-family: tahoma; 
font-size: 8pt; 
color: #B1ACAE; 
background: transparent; 
border-style: dashed; 
border-color: transparent; 
border-width: 1px; 
cursor: help; 
}