/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// LAYOUT ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

html {
    height: 100%;
	margin: 0px;
	overflow: auto;
}
body {
	height: 100%;
	margin: 0px;
	background: #FCFCFC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.2em;
}
#flashContainer {
	height: 100%;
	width: 100%;
	position: absolute;
}






h1 {
	font-size: 29px;
	font-weight: lighter;
	color: #A5A5A4;
}

h2 {
	margin-bottom: 5px;
	font-size: 16px;
}

p {
	margin-top: 0px;	
}

a:link, a:visited { color: #F44F30; }
a:hover, a:active { text-decoration: none; }

.top, .top:link, .top:visited { 
	font-size: 9px;
	color: #A5A5A4;
	text-decoration: none;
}


ul {
	list-style: square;
	padding-left: 15px;
	color: #F44F30;
}

li { padding: 2px; }
li li { padding: 2px; }

li a:link, li a:hover, li a:active, li a:visited { 
	color: #F44F30;
}



