/* Main Layout */
html, body, #flashContainer {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1 { font-size: 1.333em; line-height: 1.4em; color:#FFFF00; }
h2 { font-size: 1.25em; line-height: 1.4em; color:#FFFF00; }
h3 { font-size: 1.167em; line-height: 1.4em; color:#FFFF00; }
h4 { font-size: 1.083em; line-height: 1.4em; color:#FFFF00; }
h5 { font-size: 1.1em; line-height: 1.4em; color:#FFFF00; }
h6 { font-size: 1.0em; line-height: 1.4em; color:#FFFF00; }

a:link 	  { color: #FFFF00; text-decoration:underline; }
a:visited { color: #FFFF00; text-decoration:underline; }
a:hover   { color: #FFFF00; text-decoration:none; }
a:active  { color: #FFFF00; text-decoration:none; }