/* Basic css for sub-standard browsers */
/* These get replaced by layout.css if the browser understands @import */

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
	font: 11px/13px Lucida Grande,Lucida Sans Unicode,Tahoma,Geneva,Verdana;
	color: #333333;
}