html {
    font-size: 100%; /* IE Fix */
	color: #ffffff;
}

body {
    margin: 0 auto;
	background-color: #b0d3f3; 
	color: #ffffff;
	font-family: Helvetica Narrow, Arial, sans-serif;
	font-size: 15px;
}

p {
    margin: 10px 0 0 0px;
    padding: 0;
	color: #ffffff;
    line-height: 18px;
}

a:link {
    color: #0896ff;
    text-decoration: none;
}

a:visited, a:active {
    color: #0896ff;
    text-decoration: none;
}

a:hover, a:visited:hover {
    color: #feba02;
    text-decoration: none;
}


#topimgx {
   margin-left: -16px; 
   margin-top: 0px;
   padding-top: 8px;
   padding-bottom: 20px;
   background: url(top.gif) no-repeat center;
   color: #ffffff;
}