/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// LAYOUT ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

html {
    height: 100%;
	margin: 0px;
}
body {
	height: 100%;
	margin: 0px;
	background: #837C6B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
#flashContainer {
	height: 100%;
	width: 100%;
	position: absolute;
}

h1 {
	
	color: #ffffff;
	font-size: 20px;
}

h2 {
	font-size: 16px;
	margin: 0px;
}

h3 {
	color: #ffffff;
	font-size: 16px;
	margin: 0px;
}

a:link, a:visited {
	color: #A9D055;
}

a:hover, a:active {
	text-decoration: none;
}

.hr {
	height: 1px;
	width: 600px;
	color: #BBB;
	background-color: #BBB;
}
