html {
font-size: 100%; /* for IE */
}

body  {
font-family: Georgia, "Times New Roman", Times, serif;
/* font-size: 69%; */  /* if you want 11px */
font-size: 76%;  /* if you want 12px */
font-weight: normal;
color: #ffffff;
background: #000000;
margin: 20px 0 0 0;
padding: 0;
text-align: center;
}

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

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

#flashcontent {
width: 960px;
height: 630px;
text-align: center;
margin: 0 auto;
}

.small {
font-size: 9px;
}

.hide  {
display: none;
}

.inline  {
display: inline;
}

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

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

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