/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// LAYOUT ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

html {
    height: 100%;
	margin: 0px;
	overflow: auto;
}
body {
	height: 100%;
	margin: 0px;
	background: #FFF;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
#flashContainer {
	height: 100%;
	width: 100%;
	position: absolute;
}





h1 {
	font-size: 30px;
	font-weight: lighter;
	background: #E6F600;
	display: inline;
}

h2 {
	margin: 5px 0px;
	padding: 5px 0px;
	font-size: 20px;
	font-weight: lighter;
	color: #D71000;
}

p {
	margin-top: 0px;
	line-height: 1.2em;
}

a:link, a:visited { color: #D71000; }
a:hover, a:active { text-decoration: none; }

.top, .top:link, .top:visited { 
	font-size: 11px;
	color: #C9CDB7;
	text-decoration: none;
}

.top:hover, .top:active { 
	color: #E6F600;
	text-decoration: none;
}

.smaller { 
	font-size: 16px;
	color: #C9CDB7;
}

.madeby { 
	font-size: 11px;
	color: #C9CDB7;
}

ul {
	list-style: square;
	padding-left: 15px;
	color: #4FAEDA;
}

li { padding: 8px; }
li li { padding: 2px; }

li a:link, li a:hover, li a:active, li a:visited { 
	color: #4FAEDA;
}



