/* CSS Document */
 @media screen  {
body, html {
	background-color:#99ccff;
	}

/*img {
	behavior: url("images/iepngfix.htc"); 
	}*/

a {
	color:#165FA0;
	text-transform:none;
	text-decoration:none;
	font-weight:bold;
	}
tr td a:hover {
				color:#1E90FF;
				text-decoration:none;
				}
a:visited {
	color:#165FA0;
	}
hr {
	border-color:#165FA0;
	border-style:solid;
	border-width:1px 0px 1px;
	height:0px;
	width:350px;
	}
div.centr {
	width:799px;
	height:567px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-399px;
	margin-top:-283px;
}
}
