@charset "utf-8";
/* CSS Document */

/* RESET */
html, body {
	height: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
fieldset, img { 
	border: 0;
}
table {
	margin: 10px 0;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	padding: 5px;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, th, var {
	font-weight: normal;
	font-style: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

/* TEXT */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
}
h4, h5, h6, p, ul, ol, li {
	line-height: 1.35em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-weight: bold;
	text-transform: uppercase;
}
h5 {
	font-weight: bold;
}
h6 {
	font-size: 0.9em;
	font-style: italic;
}
p.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
ul.bullet {
	margin-left: 1.2em;
	list-style-type: disc;
}
ul.indentedbullet {
	margin-left: 2.5em;
	list-style-type: disc;
}
:focus, :active {
	-moz-outline: none;
	outline: none;
	ie-dummy: expression(this.hideFocus=true);
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* LAYOUT */
body {
	width: 950px;
	margin: 10px;
}
div.left, img.left {
	float: left;
	margin: 0.2em 2em 1em 0;
}
div.right, img.right {
	float: right;
	margin: 0.2em 0 1em 2em;
}
div.clear {
	clear: both;
}
.center {
	text-align: center;
}
