	a{
		text-decoration:none;
		border:0px;
		color:#9e9e9e;
	}

	a:hover{
		color:#ccff00;
		border:0px;
	}	


	body {

		margin: 0;
		padding: 40px;
		background: #646464 url(img/backgroundpattern.png) repeat-x;
		border-top: 6px solid #CCFF00;
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
		color: #e6e5da;
		font-size: 12px;
		font-weight: normal;
		line-height: normal;
		cursor: default;

	}


	.FlashGordon {
    		margin: 0 auto;
    		border: 0px solid #e6e5da;
    		background-color: #e6e5da;
    		width: 600px;
    		padding: 0px;
    		background-color: #6e6e78;
    		border: 3px solid #e6e5da;

	}


	#flashcontent {	
		padding-top: 0px;
	}
	
	#Info {
		text-align: center;
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
		letter-spacing: 2px;
		color: #e6e5da;
		font-size: 9px;
		font-weight: normal;
		line-height: normal;
		cursor: default;
		padding-bottom: 10px;
	}

	#Info a {
		text-decoration: none;
		font-variant: small-caps; 
		color: #e6e5da;
		font-size: 9px;
		font-weight: normal;
		line-height: normal;
		cursor: help;
	}
	
	#Info a:hover {
		text-decoration: none;
		color: #6e6e78;
		background-color: #CCFF00;
		cursor: help;
	}
	#MyBottom {
		text-align: center;
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
		letter-spacing: 2px;
		color: #737373;
		font-size: 7px;
		font-weight: normal;
		line-height: 11px;
		cursor: default;
	}

	#MyBottom a {
		text-decoration: none; 
		color: #737373;
		font-size: 7px;
		font-weight: normal;
		line-height: normal;
		cursor: default;
	}
	
	#MyBottom a:hover {
		text-decoration: none;
		color: #6e6e78;
		background-color: #CCFF00;
		cursor: default;
	}

	div.nicetitle {
		background-color: #6e6e78;
		color: #e6e5da;
		font: 10px "Trebuchet MS", Verdana, Arial, sans-serif;
		text-align: center;
		padding: 4px;
		position: absolute;
		top: 0;
		width: 25em;
		z-index: 100;
		border: 3px solid #e6e5da;
		-moz-border-radius-bottomleft: 6px;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
	}

	div.nicetitle p {
   		margin: 0;
		padding: 0 3px;
		-moz-opacity: 1;
	}

	div.nicetitle p.destination {
		position:absolute;
		left:0px;
		width:1px;
		height:1px;
		overflow:hidden;
	}

	div.nicetitle p span.accesskey {
		color: #d17e62;
	}