@charset "utf-8";
/* CSS Document */
body
{
background-image:url('images/clouds.jpg');background-repeat:repeat
} 

.style2 {font-size: small
}
.style3 {font-size: medium;font-weight: bold;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: none;}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
padding: 1em;
margin: 0 0.15em;
}

#nav-menu li a
{
background: url(images/nav01.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
width:6em;
display: block;
border: 0.1em solid #dcdce9;
color: #00007d;
font-style:oblique;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-shadow:#000000;
text-decoration: none;
text-align: center;
}


