* {
	margin:0;
	padding:0;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	font-size: 100%;
	color: #000;
	background-color: #fff;
	/*background: url("lines.gif");*/
}

html>body {
	font-size: 12px;	
}

a {
    color: #000;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:link {
}

a:visited {
}

a:active {
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size:1.8334em;
	line-height: 1.6363em;
	margin-top: 0em;
	margin-bottom: 0.8181em;
}

h2 {
	font-size:1.6667em;
	line-height: 1.8em;
	margin-top: 1.35em;
	margin-bottom: 0.45em;
}

h3 {
	font-size:1.5em;
	line-height: 1em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h4 {
	font-size:1.3333em;
	line-height: 1.125em;
	margin-top: 1.6875em;
	margin-bottom: 0.5625em;
}

h5 {
	font-size:1.1667em;
	line-height: 1.286em;
	margin-top: 1.9288em;
	margin-bottom: 0.6428em;
}

h6 {
	font-size: 1.0em;
	line-height: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
}

img {
	border: 0;
}

ol, ul {
	margin: 0 0 1.5em 3em;
}

p, li, dd, dt, blockquote, address, pre, hr, fieldset, table, th, td, form {
	font-size:1em;
	line-height: 1.5em;
}

p, dl, address, pre, fieldset {
	margin: 0 0 1.5em 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 3em;
}

pre {
	font-family: monospace;
}

strong, b {
	font-weight: bold;
}

abbr,acronym {
	cursor: help;
	border-bottom: 1px dashed #000;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption {
	text-align:left;
}