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

body {
	color: #999999;
	font-size: 16;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: "Tahoma";
}

a:LINK, a:VISITED, a:ACTIVE {
		text-decoration: underline;
}
a:HOVER{
color: #FEB600;
}

h1 {
	color: #C8D200;
	font-size: 36;
	margin-left: 5;
	margin-right: 10;
}
h2 {
	color: #FEB600;
	font-size: 20;
	margin-left: 5;
}
h3 {
	color: #000000;
	font-size: 18;
	text-align: center;
	font-weight: bold;
	

}
h4 {
	font-size: 18;
	margin-left: 10;
}
h5 {
	font-size: 14;
	margin-left: 10;
}
h6 {
	color: #666666;
	text-align: center;
	font-weight: bold;
	
}