html, body  {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: normal;
color: #ECEDED;
background: #86898B;
margin:-10px 0 0 -10px; /* for NN4 only */
padding: 0;
height:100%;
}

/* be kind to NN4 */

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, form {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: normal;
color: #ECEDED;
}

/* end be kind to NN4 */

img {
display: block;
border: 0;
}
	            
a {
text-decoration: none;
color: #759cc5;
}
          
a:visited  {
text-decoration: none;
color: #759cc5;
}
          
a:hover  {
text-decoration: underline;
color: #759cc5;
}

a:active  {
text-decoration: none;
color: #759cc5;
}

/* IE5 can't center properly, so wrap any centered elements in this div */
#centeredelement {
height:100%;
text-align: center;
margin: auto;
}

#flashmovie {
margin-left: 15px; 
margin-right: 15px;
height: 100%;
}

#flashmovie table {
margin-left: auto; 
margin-right: auto; 
text-align: center;
margin-top:0;
margin-bottom:0;
height: 100%;
background-color:#FFFFFF;
}

.small {
font-size: 9px;
}

.hide  {
display: none;
}

.inline  {
display: inline;
}

.noflash{
padding: 15px;
width: 700px;
}

.noflash p {
color: #57595b;
top-margin: 0;
}

.noflash img {
margin-left: auto;
margin-right: auto;
}