﻿a:link, a:visited, 
a:active {
color: #89C6D3; 
text-decoration: none;
border-bottom: 1px dashed #96CD7B;
letter-spacing: 1px;
} 

a:hover {
color: #96CD7B; 
text-decoration: none;
letter-spacing: 1px;
}

body {
background: url('none');
background-repeat: repeat-y;
background-color: #F2F3F1;
margin: 0;

}

div, td, tr, table{
color: #96CD7B;
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: #89C6D3;
}

u, s, strike {
color: #89C6D3;
}

ul {
list-style-type: circle;
padding-left: 20px;
}

h1 {
color: #7A9FD3;
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: #96CD7B;
text-transform: uppercase; }

h2 {
color: #7A9FD3;
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: #96CD7B;
text-transform: uppercase; }

#mouseover a{
display:block;
border:1px solid #B7D3E9;
background-color:#B7D3E9;
text-align: center;
font-family:verdana;
letter-spacing:1px;
font-size:10px;
color:#FFFFFF;
margin: 3px; 
padding-left:2px; 
padding-right:1px; 
padding-top:1px; 
padding-bottom:10px; 
}

#mouseover a:hover{
cursor:default;
border:1px solid #96CD7B;
background-color:#96CD7B;
text-align: center;
letter-spacing:1px;
font-size:10px;
color: #1A8AB7;
margin: 3px; 
padding-left:2px; 
padding-right:1px; 
padding-top:1px; 
padding-bottom:10px; 
}

p{
margin-bottom: -1px
}



