/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// LAYOUT ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

html {
    height: 100%;
    overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9D9D9D;
}
body {
	margin: 0px;
}
#flashContainer {
	height: 100%;
	width: 100%;
	position: absolute;
}
h1 {
	font-size: 26px;
	font-weight: lighter;
	color: #87D300;
}
h2 {
	font-size: 18px;
	font-weight: lighter;
	display: inline;
}
.date {
	font-size: 9px;
	font-weight: lighter;
}

a:link, a:visited { 
		color: #87D300; 
		text-decoration: underline;
}
a:hover, a:active { 
		color: #87D300;
		text-decoration: none;
}