/*---------------------------------------------
ClearviewRelocation.com standard theme CSS document
Version: 1.0
Author: Richard Edwards  riche.edwards@gmail.com

This file contains basic CSS for older broswers such as IE5 that do not understand @import.
Newer browsers are forwarded to Standard_theme.css
----------------------------------------------*/

@import/**/"standard_theme.css";

body{
	
	font-family: Tahoma, Arial, sans-serif;
	font-size:1em;
	color:#333;
	text-align:left;
	margin:0px;
}

