/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {
	height: 100%;
}
	/* end hide */
body {
    height: 100%;
    margin: 0;
    padding: 0;
	background-color: #E4DE02;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
}

.getflash {
	color: #8bc83d;
}

a:link, a:visited { 
	color: #8bc83d;
	font-weight: bold;
	text-decoration: none;
	}

a:hover, a:active { 
	text-decoration: underline;
	}

h1 {
	font-size: 18px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #68771a;
	}

h2 {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #8bc83d;
	}

h3 {
	font-size: 10px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #666666;
	}
