/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// 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: #515151;
}
#flashContainer {
	height: 100%;
	width: 100%;
	position: absolute;
}







h1 {
	font-size: 26px;
	font-weight: lighter;
	margin-top: 0px;
}

h2 {
	font-size: 19px;
	font-weight: lighter;
}

h3 {
	font-size: 19px;
	font-weight: lighter;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
	line-height: 1.2em;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

a:link, a:visited { color: #FF782D; }
a:hover, a:active { text-decoration: none; }

.date, .top, .top:link, .top:visited { 
	font-size: 9px;
	color: #C1C1C1;
}

.top:hover, .top:active { 
	color: #FF782D;
}


