@charset "utf-8";
/* CSS Document */

html {
		height: 100%;
		overflow: hidden;
	}

body {
	height: 100%;
	background-color:#ceb28d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
}

#flashcontent {
	width: 100%;
	height: 100%;
}

.noFlashContent {
	background-image: url(images/background.jpg);
}

a:link, a:visited {
	color: #FFD77D;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF; 
}

.noFlashContent h1 {
	color: #FFD77D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;

}

.noFlashContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
