/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// LAYOUT ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

html {
    height: 100%;
	margin: 0px;
}
body {
	height: 100%;
	margin: 0px;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#flashContainer {
	height: 100%;
	width: 100%;
	position: absolute;
}








h1 {
	color: #7AB51D;
	font-size: 30px;
	font-weight: lighter;
}
.bold {
	font-weight: bold;
}
h2 {
	color: #7AB51D;
	font-size: 15px;
	margin: 0px;
}
a:link, a:visited {
	color: #7AB51D;
}
a:hover, a:active {
	text-decoration: none;
}
p {
	margin-top: 0px;
}
b { color: #7AB51D; }
.ul {
	color: #B0D628;
	padding-left: 15px;
	list-style: circle;
}
.top:link, .top:visited { 
	color: #A3A4A5;
	text-decoration: none;
	font-size: 9px;
}





