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

Global CSS
Includes all common definitions and subsquent inheritance tweaks
*/

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	font-family: verdana, sans-serif;
	font-size: small; /* IE5 Win */
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
}
html>body { /* Opera Fix */
font-size: small;
}
h1 { font-size: 2.50em; }
h2 { font-size: 2.00em; }
h3 { font-size: 1.50em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.00em; }
h6 { font-size: 0.75em; }
dl, ul, ol, li, dt, dd, p, input, select, th, td {
	font-size:1em;
}
li, dt, dd, input, select, h1, h2, h3, h4, h5, h6 {
	font-family: verdana, sans-serif;
	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;
}
