/* General page style. The scroll bar colours only visible in IE5.5+ */

a img {
	border: none;
        max-height: 650px;
        max-width: 250px;
        text-decoration: none;
		height: expression(this.height > 650 ? 650: true);		
		width: expression(this.width > 250 ? 250: true);
}

a {
	color: #000000;
	text-decoration: none;
}

/* General font families for common tags */
font,th,td,p { font-family: Arial, Verdana, Helvetica, sans-serif;}

