
html, body {
	height: 99%;
	width:100%;
	font-family: "Courier New", Courier, monospace;
	background-color:#fff;
	font-style: normal;
	font-size: 12px;
}
body { 
	font-family: "Courier New", Courier, monospace;
	background-color:#fff;
	
}
img { 
	border: 0;
}
td { 
	vertical-align: top;
}
div.header { 
    font-family: "Courier New", Courier, monospace;
	padding: 4px;
	text-align: left;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	background: #ffffff url('images/') repeat-x;
	border: 0px solid #ddd;
}

div.footer {
  margin: 20px;
  text-align: center;
  font-weight: lighter;
  font-size: 10px;
  font-family: "Courier New", Courier, monospace;
  color: #666666;
	background-color:#fff;
}

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

