/* Import styles */

@import url('layout.css');
@import url('global.css');

/* Global styles */

body {
    margin: 0px;
	padding: 0px;
	font-size: 75%;
	line-height: 1.3em;
	font-family: verdana, tahoma, arial, sans-serif;
	background: url(../images/bg.gif) #bfbccc 0 0 repeat;
	color: #333;
}

* { margin: 0; padding: 0; }

img { border: 0; }
p { font-size: 0.9em; margin: 0 0 15px 0; padding: 0; line-height: 1.4em; }
ul { font-size: 0.85em; line-height: 1.4em; }
ol { font-size: 0.85em; line-height: 1.4em; }
