/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// LAYOUT ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

html {
    height: 100%;
	margin: 0px;
	overflow: auto;
}
body {
	height: 100%;
	margin: 0px;
	background: #FFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#flashContainer {
	height: 100%;
	width: 100%;
	position: absolute;
}


h1 {
	font-size: 22px;
	font-weight: lighter;
	margin-top: 0px;
	color: #D6012E;
}
p { line-height: 1.2em; }
a:link, a:visited { color: #D6012E; }
a:hover, a:active { text-decoration: none; }
ul,li { 
	list-style: none;
	margin-left: 0px; 
	padding-left: 0px;
	font-size: 13px;
}
.top, .top:link, .top:visited { 
	font-size: 9px;
	color: #CCC;
}

.top:hover, .top:active { 
	color: #D6012E;
}
