/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// LAYOUT ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

html {
    height: 100%;
	margin: 0px;
}
body {
	height: 100%;
	margin: 0px;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#flashContainer {
	height: 100%;
	width: 100%;
	position: absolute;
}
h1 {
	color: #00AECE;
	font-size: 32px;
	font-weight: lighter;
}

h2 {
	color: #E9409B;
	font-size: 20px;
	margin: 0px;
}

h3 {
	font-size: 14px;
	margin: 0px;
}

.blue {
	color: #00AECE;
	font-size: 14px;
}
.bold {
	font-weight: bold;
}
a:link, a:visited {
	color: #F18E00;
}

a:hover, a:active {
	text-decoration: none;
}

ul {
	color: #F18E00;
	padding-left: 15px;
	list-style: circle;
}

.small {
	font-size: 9px;
}
