/*
global.css
@import hides from old browsers.
Other rules apply to all CSS capable browsers.
*/

@import '/css/main.css';

@import '/css/ui.datepicker.css';

html,body {
	color:#333;
	background-color:#fff;
}
body {
	font:76%/1.3 Arial, Helvetica, sans-serif;
}
