@import url('/css/icons.css');
@import url('/css/forms.css');
@import url('/css/menu.css');
@import url('/css/layout.css');
@import url('/css/content.css');

body { 
	behavior: url(/css/csshover.htc);
	font-family: tahoma,sans-serif;
	font-size: .8em;
}

h1,h2 { font-size: 140%; }
h3,h4 { font-size: 120%; }
h5,h6 { font-size: 100%; }

a {
	color: #ff5501;
	text-decoration: none;
}
a:hover {
	color: #fff001;
	text-decoration: underline;
}

a.radio,a.radio:hover {
	color: black;
	text-decoration: none;
	background: none;
}

.right { float: right; }
.left { float: left; }
.clear { clear: both; }
.clearright { clear: right; }
.clearleft { clear: left; }
.hide { display: none; }
