body 
	{
		margin:0;
		background-color: #FFFFFF;
		color: #1E596E;
		
	}
div.fadebox
	{
		width: 100%;
		height: 100%;
		margin: 0px 0px;
		background-color: #000000;
		/* for IE */
		filter:alpha(opacity=80);
		/* CSS3 standard */
		opacity:0.8;
		/* for Mozilla */
		-moz-opacity:0.8;
	}
div.imgbox
	{
		color: #000000;
		text-decoration: none;
		font-size: 14pt;
		font-weight: bold;
		position:absolute;
		border-left: 0px solid #888888;
		border-right: 0px solid #888888;
		border-bottom: 0px solid #888888;
		border-top: 0px solid #888888;
		font:normal 10px arial;
		line-height:18px;
		text-align:center;
		z-index:200;
		margin-right:50px;
		margin-left:50px;
		margin-top:50px;
		margin-bottom:50px;
		padding:5px;
	}
	
a:link 		{color: #1E596E; font-family: arial; text-decoration: underline; font-size: 10pt; font-weight: bold;}
a:visited 	{color: #1E596E; font-family: arial; text-decoration: underline; font-size: 10pt; font-weight: bold;}
a:hover 		{color: #17A4D8; font-family: arial; text-decoration: none; font-size: 10pt; font-weight: bold;}
a:active 	{color: #17A4D8; font-family: arial; text-decoration: none; font-size: 10pt; font-weight: bold;}

a.footer:link 		{color: #A2A7BD; font-family: arial; text-decoration: underline; font-size: 10pt; font-weight: bold;}
a.footer:visited 	{color: #A2A7BD; font-family: arial; text-decoration: underline; font-size: 10pt; font-weight: bold;}
a.footer:hover 		{color: #17A4D8; font-family: arial; text-decoration: none; font-size: 10pt; font-weight: bold;}
a.footer:active 	{color: #17A4D8; font-family: arial; text-decoration: none; font-size: 10pt; font-weight: bold;}