a:link, a:visited, 
a:active {
color: #000000; 
text-decoration: none;
border-bottom: 1px dashed #000000;
letter-spacing: 1px;
} 

a:hover {
color: #F10000; 
text-decoration: none;
letter-spacing: 1px;
}

body {
background: url('images/bg.jpg');
background-repeat: repeat-y;
background-color: #EFCEA3;
margin: 0;

}

div, td, tr, table{
color: #EF0000;
font-family: Tahoma, verdana;
font-size: 11px;
font-weight: normal;
direction: ltr;
text-align: justify;
}

input, select, option, textarea {
color: #88D3EA;
font-family: Tahoma, sans-serif;
font-size: 10px;
background-color: #558E9F;
border: 1px dashed #82AEBC;
}

b, i {
color: #000000;
}

u, s, strike {
color: #000000;
}

ul {
list-style-type: circle;
padding-left: 20px;
}

h1 {
color: #000000;
font-family: arial;
text-transform: uppercase;
font-size: 16px;
font-weight: none;
text-align: center;
letter-spacing: 0px;
height:5px;
}

h1:first-letter {
font-family: arial; 
font-size: 16px;
font-weight: bold;
color: #F10000;
text-transform: uppercase; }

h2 {
color: #000000;
font-family: arial;
text-transform: uppercase;
font-size: 14px;
font-weight: none;
text-align: center;
letter-spacing: 0px;
height: 10px;
}

h2:first-letter {
font-family: arial; 
font-size: 16px;
font-weight: bold;
color: #F10000;
text-transform: uppercase; }

.side-info {
background-color: #none;
border-right: 3px solid #f8d0c8;
color: #FFFFFF;
}

.nav {
width: 100px;
text-align: left;
}

.nav ul {
list-style-type: none;

margin: 0;
padding: 0 0 0 5px;
}

.nav a {
display: block;
padding: 1px;
height: 12px;
border-bottom: 1px solid #F10000;
}

.nav a:link, .nav a:visited {
text-decoration: none;
color: #000000;
}

.nav a:hover {
color: #000000;
background-color: #none;
border-right: 5px solid #F10000;
}


