a:link, a:visited, 
a:active {
color: #CEB9B6; 
text-decoration: none;
border-bottom: 1px dashed #FFFFFF;
letter-spacing: 1px;

} 

a:hover {
color: #CEB9B6; 
text-decoration: none;
letter-spacing: 1px;
font-style: italic;
cursor: crosshair;
}



.nav:link, .nav:visited, 
.nav:active {
color: #CEB9B6; 
text-decoration: none;
letter-spacing: 1px;
display: block;
padding-bottom: 0px; 
border-right: 0px;
border-bottom: 1px dashed #855D6F;
font-size: 14px;
font-family: arial;
font-weight: bold;
text-align: right;
} 

.nav:hover {
color: #CEB9B6; 
text-decoration: none;
letter-spacing: 1px;
display: block; 
padding-bottom: 0px; 
border-left: 7px solid #855D6F;
font-size: 14px; 
background-color: #f8f9f9;
font-family: arial;
font-weight: bold;
font-style: normal;
cursor: crosshair;
}

body {
background: url('images/bg.jpg');
background-repeat: repeat-x;
background-color: #f8f9f9;
margin: 0;

}

div, td, tr, table{
color: #855D6F;
font-family: verdana;
font-size: 10px;
font-weight: normal;
direction: ltr;
text-align: justify;
}

td.av{
background-color: #CEB9B6;
border: 1px solid #855D6F;
padding: 1px;}

td.co{
background-color: #f8f9f9;
border-right: 0px;}

input, select, option, textarea {
color: #855D6F;
font-family: Tahoma, sans-serif;
font-size: 10px;
background-color: #f8f9f9;
border: 1px dashed #CEB9B6;
}

b, i {
color: #855D6F;
}

u, s, strike {
color: #855D6F;
}

ul {
list-style-type: circle;
padding-left: 20px;
}

h1 {
color: #855D6F;
font-family: arial;
text-transform: uppercase;
font-size: 10px;
font-weight: none;
padding-top: 10px;
text-align: center;
letter-spacing: 3px;
background-color: #CEB9B6;
background-repeat: no-repeat;
height: 20px;
font-style: italic; 
}

h1:first-letter {
font-family: arial; 
font-size: 12px;
font-weight: bold;
color: #f8f9f9;
text-transform: uppercase;
font-style: italic; }


h2 {
color: #855D6F;
font-family: arial;
text-transform: uppercase;
font-size: 14px;
font-weight: none;
padding-top: 10px;
text-align: center;
letter-spacing: 3px;
background-color: #CEB9B6;
background-repeat: no-repeat;
height: 20px;
font-style: italic; 
}

h2:first-letter {
font-family: arial; 
font-size: 18px;
font-weight: bold;
color: #f8f9f9;
text-transform: uppercase;
font-style: italic; }


p{
margin-bottom: -1px
}

.av{
background-color: #f8f9f9;
border: 3px solid #CEB9B6;
padding: 2px;}


