/* defaults */
html,body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	SCROLLBAR-FACE-COLOR: #efc7a5; SCROLLBAR-TRACK-COLOR: #f7e7de; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #999999; SCROLLBAR-3DLIGHT-COLOR: #C8E3FF; SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-DARKSHADOW-COLOR: #000000;
}
body {
	background: white;
	color: black;
}
p,ol,ul,dl,blockquote,form,pre {margin-top: 0;}
img {border: 0;}
a,a:hover {text-decoration: underline;}
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;
	margin: 0;
}
td {padding: 0;}
table.test, table.test td {border: dotted 2px red;}
table.test table, table.test table td {border: 0;}
.contentZone table, table.p {
	margin-bottom: 1em;
	margin-bottom: expression('1.33em'); /*исключение для MSIE, в котором отступы у абзацев чуть больше*/
}
div.test {background: #f0f;}
br {line-height: 0;}
.spec {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.autoW {width: auto;}
.maxwh {
	width: 100%;
	height: 100%;
}
.maxw {width: 100%;}
.maxh {height: 100%;}
.minh {height: 1px;}
.invsbl {display: none;}
.abs {position: absolute;}
.rel {position: relative;}
.ftl {float: left;}
.ftr {float: right;}
.vat {vertical-align: top;}
.vam {vertical-align: middle;}
.vab {vertical-align: bottom;}
.tal {text-align: left;}
.tac {text-align: center;}
.tar {text-align: right;}
.cl {clear: left;}
.cr {clear: right;}
.cb {clear: both;}

/*	
	в ячейках таблиц в опере и MSIE 
	идущие первыми заголовки не делают верхний отступ,
	а идущие последними абзацы не делают нижний отступ.
	но с объявленным doctype в firefox и mozilla этого не происходит,
	поэтому появляется такое правило
*/
td > *:-moz-first-node {margin-top:0;}
td > *:-moz-last-node {margin-bottom:0;}

