/* CSS Document */

/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
/* end hide */
	
	
body {
	height: 100%;
	font-family: verdana, sans-serif;
	color: #555555;
	font-size: 10px;
	line-height: 14px;
	background: #ffffff;
	padding: 0;
	margin: 0;
}

a:link    { color: #787dd9; text-decoration: none; font-weight: bold; }
a:visited { color: #787dd9; text-decoration: none; font-weight: bold; }
a:active  { color: #787dd9; text-decoration: none; font-weight: bold; }
a:hover   { color: #787dd9; text-decoration: none; font-weight: bold; }



#logo {
	position:absolute;
	left:50px;
	top:180px;
}

#htmlcontent {
	background-color:#FFFFFF;
	height:100%;
	width: 482px;
	padding: 20px 20px 100px 20px;
	position: absolute;
	left:245px;
}

#warning_box {
  background-color:#FFFA99;
  border: 1px solid #999999;
  padding: 20px 20px 20px 20px;
  color: #990000;
  font-weight: bold;
}

#main_type {
  padding: 20px 20px 20px 20px;
}



/* type styles */

.bigText { 
 color: #ffa814;
 font-weight: normal;
 font-family: arial, helvetica, sans-serif;
 font-size: 21px;
} 





