html,body			{ 
					margin:0; 
					padding:0; 
					border: none; 
					text-decoration: none; 
					width:100%; 
					height:100%!important;
					background:#111; /*url('../images/backgrounds/backHTML.jpg') top center no-repeat;*/
					font-family: Arial;
					cursor: default;
					font-size:12px;
				}
				
a				{ cursor:pointer }
a img			{ cursor:pointer; border:none }

#ContentsFlash	{
					width:100%;
					height:100%;
					background:#fff;
				}
#flashO			{ position:absolute; top:50%; left:50%; margin:-170px 0 0 -210px }

p { color: #f4f099; }
p a { font-family:arial; color: #f4f099; text-decoration:none; font-weight:bold; font-size:16px }
p a span{ font-size:12px }
p a:hover { text-decoration:underline; }
	
