
#nav a {
background-image: url(images/nav_bg.gif);
padding: 10;
height: 30px;
background-repeat: repeat-x;
}

#nav a:hover {
background-image: url(images/nav_bg-over.gif);
padding: 10;
height: 30px;
background-repeat: repeat-x;
}

a {
font-family: Tahoma, sans-serif;
font-size: 10px;
color: #000000;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #acacac;
}

td {
font-family: Arial, sans-serif;
font-size: 12px;
color: #575668;
line-height: 14px;
}

small {
font-family: Tahoma, sans-serif;
font-size: 9px;
color: #acacac;
font-weight: bold;
}

h1 {
margin: 0px;
color: #63CAED;
font-weight: bold;
font-family: Arial, sans-serif;
font-size: 30px;
letter-spacing: -1;
}

h2 {
margin: 0px;
color: #494E60;
font-weight: normal;
font-family: Arial, sans-serif;
font-size: 20px;
letter-spacing: 6;
}






