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


	body, div {
		background:#111111;
		padding:0;
		margin:0;
		font-size: 12px;
		}
	#flashContent {
		width:725px;
		height:525px;
		margin:100px auto 25px auto;
		}
	.wrapper {
		width:100%;
		float:left;
		}
	.chop {
		clear:left;
		padding:0 0 0 50px;
		}
	p {
		color: #666;
		font-family:Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight:normal;
		text-decoration: none;
		}
	.chop a {
		color:#222222;
		text-decoration: none;
		font-size:10px;
		}
	a:visited {
		color: #222222;
		text-decoration: none;
		}
	a:hover  { 
		color: #993300;
		text-decoration: none;
		}