/* @IMPORT HIDES CSS2 STYLES FROM ANTIQUATED BROWSERS 
---------------------------------------------------------*/
@import url("global.css");


/* REDEFINED HTML TAGS 
---------------------------------------------------------*/
html {height: 100%; margin-bottom: 1px;}

body {
	background: #ccc; 
	color: #000; 
	font-family: Verdana, Helvetica, Arial, "Trebuchet MS", sans-serif;}

p {
	font-size: .9em; 
	line-height: 1.3em; 
	padding: 0;}

dl, ol, ul {font-size: .9em;}

img a, a img {border: none;}


/* GLOBAL CLASSES 
---------------------------------------------------------*/

.sidebar p {font-size: .8em;}

