body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #575E66;
}

.menu {
	
	font-family: Arial;
	font-size: 16px;
    font-weight: bold;
	color: #003399;

}

.text,table,td,div {
	
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	
}

h1 {
	
	font-family: Arial;
	font-size: 30px;
	color: #FFF;
	font-weight: normal;
	
}

h2 {
	
	font-family: Arial;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	
}

.copyright {
	
	color: #CCC;
	
}

a {
	
	font-family: Arial;
	font-size: 12px;	
	text-decoration:underline;
	color: #99CCFF;
	
}

img {

	border: 0;
	filter:expression(fixPNG(this));

} 
	
table,tr,td,div {
	
	filter:expression(fixPNG(this));	
		
}