/*
Author: Black Cat Media
Copyright: Alistair Cunningham
Version: 0.21 (2004-07-28)

Global CSS
Includes all common definitions and subsquent inheritance tweaks
*/
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: x-small; /* IE5 Win */
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
}
html>body { /* Opera Fix */
font-size: small;
}
h1 { font-size: 2.00em; }
h2 { font-size: 1.50em; }
h3 { font-size: 1.20em; }
h4 { font-size: 1.10em; }
h5 { font-size: 1.00em; }
h6 { font-size: 0.75em; }
dl, ul, ol, li, dt, dd, p, input, select, th, td {
	font-size:1em;
}
dt, dd, input, select, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
form { margin: 0px; }
img {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
a {
	padding: 0px;
	margin: 0px;
}
abbr {
	border: 0px;
}
.abbr {
	border-bottom: 1px dashed #006633;
	cursor: help;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

.preload {
	visibility: hidden;
	height: 0px;
	width: 0px;
	line-height: 0px;
	position: absolute;
	top: 0px;
}
