/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// LAYOUT ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

html {
    height: 100%;
	margin: 0px;
	overflow: auto;
}
body {
	height: 100%;
	margin: 0px;
	background: url("gifs/tempPagebackground.gif") ;
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
}
#flashContainer {
	height: 100%;
	width: 100%;
	position: absolute;
}


h1 {
	color: #F033A3;
	font-size: 24px;
	font-weight: lighter;
	margin-top: 0px;
}

h2 {
	color: #F033A3;
	font-size: 24px;
	font-weight: lighter;
	margin-top: 0px;
}

h3 {
	font-size: 18px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited { color: #00ADEF; font-weight: bold; }
a:hover, a:active { text-decoration: none; }

.top, .top:link, .top:visited { 
	font-size: 9px;
	color: #CCC;
	font-weight: normal;
}

.top:hover, .top:active { 
	color: #00ADEF;
}



