/* 	Style Sheet: master.css
	Last updated: Fevruary 2005
	by: Simon
	Copyright: 2004-2005 E-Media Canada®
-------------------------------------------------------------------- IMPORT */

@import url("tables.css");
@import url("fonts.css");
@import url("forms.css");
@import url("global.css");

/* GLOBAL STYLE
-------------------------------------------------------------------- BODY */

body {
	margin: 0;
	padding-top:0px;
	background: #e3e3e3 url(../images/bg_main.gif) top left repeat-x;
}
table, tr td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666;
}
img {
	border:0px
}


