/* CSS Document */
/* TUNDRA INTERACTIVE */
	
	
	html {
		height: 100%;
	}
	
	/*
	 *	THE FOLLOWING BLOCK OF TAGS NEED TO BE
	 *	CUSTOMISED FOR EACH PROJECT
	 *
	 *	BACKGROUND-COLOR IS NEEDED FOR VALID CSS
	 */
	p { 	
		font-family: Courier, Courier New;
		color: #000000;
		
		font-size: 0.9em;
		text-align: left;
		background-color: #FFF;
	}
	
	h1 {
		font-family: Courier New;
		font-weight: 800;
		color: #000000;
		
		font-size: 2em;
		text-align: left;
		background-color: #FFF;
	}
	
	h2{
		font-family: Courier New;
		color: #000000;
		font-weight: 800;
		font-size: 1.4em;
		text-align: left;
		background-color: #FFF;
	}
	
	h3{
		font-family: Courier New;
		color: #000000;
		font-weight: 800;
		font-size: 1.2em;
		text-align: left;
		background-color: #FFF;
	}
	
	a:link {
		color: #f2b3cf;
		
		background-color: #FFF;
	}
	
	a:visited {
		color: #C2CD23;
		
		background-color: #FFF;
	}
	
	
	img.displayed {
		display: block;
		padding: 10px;
		margin-left: auto;
		margin-right: auto;
		border:none;
	}	
	
	/**
	 *	THIS DIV GETS REPLACE WITH FLASH
	 *
	 ***********************************
	 *	DO NOT CHANGE ANYTHING HERE	   *
	 ***********************************
	 *
	 */
	#flashcontent {
		position: absolute;
		top: 0px;
		left: 0px;	
		height: 100%;
		width: 100%;
	}
	
	/***************************************
	 *
	 *	IN ORDER FOR SWFFORCESIZE TO WORK
	 *	THE BODY TAG _MUST_ BE STYLED
	 *	
	 *	DO NOT CHANGE EXCEPT FOR BACKGROUND COLOR
	 *
	 *	SERIOUSLY DO NOT CHANGE ANYTHING EXCEPT FOR BACKGROUND COLOR
	 *
	 *	SERIOUSLY DON'T
	 *
	 ***************************************/
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #333333;
		color:#000000;
		overflow:hidden;
		overflow-x: hidden;
		overflow-y: hidden;
	}