/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// LAYOUT ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

html {
    height: 100%;
	margin: 0px;
	overflow: auto;
}
body {
	height: 100%;
	margin: 0px;
	background: #B4A693;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B4934;
}
#flashContainer {
	height: 100%;
	width: 100%;
	position: absolute;
}






h1 {
	font-size: 22px;
	font-weight: lighter;
	margin-top: 0px;
	color: #FEB300;
}
h2 {
	font-size: 19px;
	font-weight: lighter;
	color: #FEB300;
}
p {
	margin-top: 0px;
	line-height: 1.2em;
}
a:link, a:visited { 
	color: #3D7CB7; 
}
a:hover, a:active { 
	text-decoration: none; 
}




ul {
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	padding-left: 10px;
}
.img {
	border: 1px solid #CEC4B9;
}
.bold {
	font-weight: bold;
}
.top, .top:link, .top:visited { 
	font-size: 9px;
	color: #CEC4B9;
}

.top:hover, .top:active { 
	color: #FEB300;
}



