@import url("layout.css");

/** MAC IE 5.1 **/
@import("ie_mac.css");


/* Defaults
**********************************/

html {
	/*height:100%;*/
}
body {
	/* 62.5% equiv. 10px */
	font:62.5%/140% Arial, Helvetica, Geneva, Verdana, sans-serif;
	/*height:100%;*/
}
html>body {
	/* for everything else */
	font-size:10px;
}
input, select, th, td, h1, h2, h3, h4 {
	font:1em Arial, Helvetica, Geneva, Verdana, sans-serif;
}
a, :focus {
	/* kills dotted focus outline
	outline:none;
	_outline:expression(this.hideFocus=true);
	*/
}
a img {
	border:none;
}