/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// LAYOUT ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

Html { 	
		height: 100%;
		overflow: auto;
}
Body {
		margin: 0px;
		height: 100%;
		background: #000000;
}
Body, table {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
}
#flashContainer {
		height: 100%;
		width: 100%;
}
a:link, a:visited { 
		color: #456600; 
		text-decoration: underline;
}
a:hover, a:active { 
		color: #456600;
		text-decoration: none;
}
