/*defaults*/

html, body {
	font-family:'Tahoma', sans-serif;
	margin:0;
	padding:0;
}

body {
	width:100%;
	height:100%;
	min-width:980px;
	font-size:.8em;
	color: #666;
}

p,ol,ul,dl,blockquote,form,pre,h1,h2,h3,h4 {margin-top: 0;}
img {border: 0;}
a:link, a:visited, a:focus, a:hover, a:active {
	text-decoration: underline;
	color: #000;
}
a.tdn,a.tdn:hover {text-decoration: none;}
a.hu {text-decoration: none;}
a.hu:hover {text-decoration: underline;}
table {
	font-size: 100%;
	border-collapse: collapse;
}
table td {padding: 0; vertical-align:top; text-align:left;}
table.test, table.test td {border: dotted 2px red;}
table.test table, table.test table td {border: 0;}
.maxw {width:100%;}
.clear {clear:both;}
.oh {overflow:hidden;}
.fl {
	float:left;
}

.png {
	behavior:url('/pngfix.htc');
}

h1, h2, h3, h4 {
	margin:0 0 .5em 0;
}

p {
	margin:0 0 1em 0;
}

/*end of defaults*/

