html,body{margin:0;padding:0}

body{
	font: 76% arial,sans-serif;
	text-align:center;
	background-repeat: repeat-x;
	background-color: #ffffff;	
		
	}
	
	p{
	margin:0 15px;
	color: #333333;
	line-height:1.4;
	text-align:left;
}

	h1{
	font-size: 24px;
	margin:0 15px;
	color: #30608F;
	line-height:1.4;
	text-align:left;
}

a{
	color: #6699cc;

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

a.hype:link {color: #000; text-decoration: none; } 
a.hype:visited { color: #000; } 
a.hype:hover {color: green; text-decoration:underline;}
a.hype:active {color: #000; }

div#flashcontent{width:750px; margin:0 auto;


}