@charset "utf-8";
/* CSS Document */


/**********   Tag definitions/rewrites  ************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,select {  
	margin:0; 
	padding:0; 
	font-size: 100%;
} 

a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

fieldset,img {  
	border:0; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
} 


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* background: #87a1a7; */
	background: #7d8d92 ;
	color: #000000;
	height: 100%;
}



#clearIt {
	clear: both;
}

#flashMovie {
	width: 720px;
	height: 480px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 5px;
	border: 1px solid black;
}

#flashMovie h1,p {
	display: none;
}

#flashSkip {
	width: 720px;
	height:100xp;
	margin: auto;
	text-align: right;
	margin-bottom: 25px;
	font-size: 80%;
}


