/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// 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: #4A5353;
}
#flashContainer {
	height: 100%;
	width: 100%;
	position: absolute;
}



h1 {
	font-size: 30px;
	font-weight: lighter;
	margin-top: 0px;
}

h2 {
	font-size: 19px;
	font-weight: lighter;
}


p {
	margin-top: 0px;
	line-height: 1.2em;
}

a:link, a:visited { color: #FEB300; }
a:hover, a:active { text-decoration: none; }

li,.date {
	font-size: 14px;
}

.yellow {
	color: #FEB300;
}

.top, .top:link, .top:visited { 
	font-size: 9px;
	color: #CCC;
}

.top:hover, .top:active { 
	color: #FEB300;
}