/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// LAYOUT ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

html {
    height: 100%;
	margin: 0px;
	overflow: auto;
}
body {
	height: 100%;
	margin: 0px;
	background: #28281C;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#flashContainer {
	height: 100%;
	width: 100%;
	position: absolute;
}






h1 {
	color: #FECE00;
	font-size: 36px;
	font-weight: lighter;
	margin-top: 0px;
}
h2 {
	color: #FECE00;
	font-size: 20px;
	font-weight: lighter;
	margin-top: 0px;
}
.top, .top:link, .top:visited { 
	font-size: 9px;
	color: #6A84BE;
}

.top:hover, .top:active { 
	color: #FECE00;
}

.bold {
	font-weight: bold;
}

ul {
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	padding-left: 10px;
	font-size: 13px;
}


h2 {
	font-size: 19px;
	font-weight: lighter;
}


p {
	margin-top: 0px;
	line-height: 1.2em;
}

a:link, a:visited { color: #FECE00; }
a:hover, a:active { text-decoration: none; }




.pink {
	color: #FF006C;
	font-size: 16px;
	line-height: 1.2em;
}

