/* 
body tag definintion and import of core css files.
Bryan Gullan
2005-03-30
*/

@import url(html.css);
@import url(structure.css);
@import url(formatting.css);
@import url(nav_secondary.css);

body {
	text-align: center;
	padding:0px;
	margin:0px;
	font-family:  Arial, Verdana, Tahoma, sans-serif;
	line-height:1.3em;
	height: 100%;
	background: #fff;
	color: #666;
}
