/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// LAYOUT ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

html {
    height: 100%;
	margin: 0px;
}
body {
	height: 100%;
	margin: 0px;
	background: #151515;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#flashContainer {
	height: 100%;
	width: 100%;
	position: absolute;
}


h1 {
	font-size: 28px;
	font-weight: lighter;
}
h3 {
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 0px;
}
a:link, a:visited {
	color: #FFF;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: none;
}
.small, .small:link, .small:visited { 
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
}



/*

h2 {
	color: #3A4447;
	font-size: 15px;
	margin: 0px;
}
a:link, a:visited {
	color: #B0D628;
}
a:hover, a:active {
	text-decoration: none;
}

b { color: #3A4447; }
ul {
	color: #B0D628;
	padding-left: 15px;
	list-style: circle;
}


*/




