/* Hide from ie on mac \*/

html {
	height: 100%;
	padding:0px;
	overflow: hidden;
	}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#flashcontent {
	width: 100%;
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
}
	
/* End hide */



P {font-family: Helvetica, Arial; font-size: 11px; line-height: 13px; color: #666666;}
.newsTitle {font-family: Helvetica, Arial; font-size: 13px; font-weight: bold; line-height: 16px; color: #996600;}
.justify { text-align: justify;}


/* Links */

a.links {
	color: #FF9900;
	text-decoration: none;
	}
a.links:hover {
	color: #666666;
	}