html, body, form, fieldset,
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, div, abbr, dfn, acronym,
table, tr, th, td,
input, select, option, textarea {
    margin: 0;
    padding: 0;
    font: 12px 'Arial', 'Verdana', 'Tahoma', 'Trebuchet MS';
    text-align: left;
}
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, abbr, dfn, acronym {
    cursor: text;
}
.clearfix:after {
    content: '.'; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block }

*:active, object:focus, embed:focus, a { outline: none }
*.pointer, label { cursor: pointer }
fieldset { border: none }
input, select, option, textarea {
    font-size: 100%;
    outline-style: none;
}
textarea { resize: none; }

.bug { border: 1px solid red }

body, html {
    color: #757779;
    line-height: 16px;
	height: 100%;
	margin: 0;
}

/*
** table
**/
table {
	width: 100%;
	height: 100%;
}
td.first {
}
td.secound {
	height: 593px;
	background: transparent url(../gfx/main/bg_table.gif) repeat-x 0 0;
}
td.third {
	background-color: #e3e4e4;
}
div.main {
	width: 980px;
	margin: 0 auto;
}
div.main * {
    line-height: 16px;
}
div.main span {
	display: block;
	float: left;
	width: 35px;
}
/*
** headers
**/
h1 {
}
h2 {
}

/*
** links
**/
a {
    color: #d1222a;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/*
** lists
**/
ul {
	padding: 10px 25px;
}
ul li {
	list-style-type: none;
	background: transparent url(../gfx/bg_li.png) no-repeat 0 5px;
	padding: 0 0 7px 15px;
	line-height: 18px;
}

/*
** paragraph, formats
**/
p {
}

/*
** additional
**/
.marked { font-weight: bold }
.fleft { float: left }
.fright { float: right }
.mt0 { margin-top: 0 }
.pt0 { padding-top: 0 }
.mt10 { margin-top: 10px }
.pt10 { padding-top: 10px }
