html, body  {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: normal;
color: #444444;
background: #D4D4D4;
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: #444444;
}

/* end be kind to NN4 */

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

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

a:hover  {
text-decoration: underline;
color: #f37414;
}

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

.tester {
width: 750px;
height: 405px;
background-color: #000000;
margin: 0 0 0 5px;
}


#flashcontent {
width: 750px;
height: 405px;
margin: 0 0 0 5px;
}

.small {
font-size: 9px;
}

.hide  {
display: none;
}

.inline  {
display: inline;
}

.noflash{
padding: 15px 30px 0 30px;
}