html {
  height:100%;
}

body {
  font-family:"Arial", sans-serif; font-size: 24pt;
  background-color:#FFFFFF;
  color:#ffffff;
  border:0;
  margin:0;
  padding:0;
  height:100%;
  width:100%;
  overflow:auto;
}

#cb_header {
	font-family:"Arial", sans-serif;
	font-size: 10pt;
	text-align:left;
	color:#000000;
	width:100%;
	height:2em;
	line-height:2em;
	text-indent: 20px;
}

#cb_footer {
  font-family:"Arial", sans-serif; font-size: 10pt;
  text-align:center;
  color:#000000;
  width:100%;
  height:2em;		
  line-height:2em;		
}

#cb_home {
  font-family:"Arial", sans-serif; font-size: 10pt;
  position:absolute;
  top:0px;
  right:0px;
  color:#000000;
  height:2em;
  line-height:2em;
}

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

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

A:link {
  font-family:"Arial", sans-serif; font-size: 10pt;
  color:#000000
}

A:visited {
  font-family:"Arial", sans-serif; font-size: 10pt;
  color:#000000
}

A:active, A:hover {
  font-family:"Arial", sans-serif; font-size: 10pt;
  color:#ffffff
}
