@import url("/css/reset.css");
@import url("/css/layout.css");
@import url("/css/global.css");

img, div, a { behavior: url(/css/iepngfix.htc) }
* {margin:0; padding:0}

body {
	background: #fff url(/images/bg.jpg) repeat-x top;
	font-family:Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height:16px;
}
.BodyTextErr{color:#FF0000;}