/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// 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: #000000;
}
#flashContainer {
	height: 100%;
	width: 100%;
	position: absolute;
}










.nonflash {
	width: 95%;
	margin: 15px;
}

h1 {
	font-size: 26px;
	font-weight: lighter;
	margin-top: 0px;
}

h2 {
	font-size: 26px;
	font-weight: lighter;
	margin-top: 0px;
}

h3 {
	font-size: 12px;
	margin-bottom: 0px;
}

h4 {
	font-size: 20px;
	font-weight: lighter;
	margin-bottom: 0px;
	margin-top: 0px;
}

p {
	margin-top: 0px;
	line-height: 1.2em;
}

.logo {
	padding-right: 20px;
}

a:link, a:visited { color: #FEB300; }
a:hover, a:active { text-decoration: none; }


.top, .top:link, .top:visited { 
	font-size: 9px;
	color: #CCC;
}

.top:hover, .top:active { 
	color: #FEB300;
}

