/* CSS Document */

	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

body {
	background-color: #999999;
			height: 100%;
	margin: 0px;
		padding: 0;
	color:#000000;
}


/* flash css */
.brown {  color:#330000;
	font-weight: normal;
	text-decoration: none }
.gray {  color:#333333;
	font-weight: normal;
	text-decoration: none }
.big {  font-size:14;
 color:#330000;
	font-weight: normal;
	text-decoration: none }
.graybig {  color:#333333;
font-size:16px;
	font-weight: normal;
	text-decoration: none }
.green{  color:#82A977;
font-size:14px;
	font-weight: normal;
	text-decoration: none }
	
	
a:link, a:visited, a:active{
	text-decoration:underline;
}
a:hover{
	color: #666666;
	text-decoration:underline;
}