/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// LAYOUT ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

html {
    height: 100%;
	margin: 0px;
}
body {
	height: 100%;
	margin: 0px;
	background: #EBEAE4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585645;
}
#flashContainer {
	height: 100%;
	width: 100%;
	position: absolute;
}



.top:link, .top:visited { 
	color: #AEADA1;
	text-decoration: none;
	font-size: 9px;
}
.top:hover, .top:active { 
	color: #02BBF0;
	text-decoration: none;
}
h1 {
	color: #C7C616;
	font-size: 32px;
	font-weight: lighter;
}
a:link, a:visited {
	color: #02BBF0;
}
a:hover, a:active {
	text-decoration: none;
}
ul {
	color: #02BBF0;
	padding-left: 15px;
	list-style: circle;
}
h2 {
	font-size: 32px;
	margin: 0px;
	font-weight: lighter;
}
.new {
	color: #B10159;
	font-weight: bold;
	font-size: 11px;
}
h3 {
	font-size: 16px;
	margin: 0px;
	font-weight: bold;
}






