/* hide from ie on mac \*/
html {
height: 100%;
}

#flashcontent {
height: 100%;
}

/* end hide */

body {
height:100%;
margin:0px;
padding:0px;
background-color:#FFF;
color:#000;
font-family: "Times New Roman", Times, serif; color: #666666;
}
a:link {
	color: #666666;
   
	

}
a:visited {
	color: #666666;
	
	
}

a:hover {
	background-color: #FFFFFF;
	color: #B05000;
	text-decoration: none;
	
}
a:active {
	background-color: #FFFFFF;
	color: #B00000;
	text-decoration: none;
	
}