html {
    font: .75em/1.4em tahoma, helvetica, clean, sans-serif;
    
    width: 100%;
    height: 100%;
	
	color: #000;
	background: #FFF;
}
body {
    font-size: 0.917em;
    
    width: 100%;
    _height: 100%;
    min-height: 100%;
    
    line-height: 1.4em;
}

* {
    margin: 0;
	padding: 0;
}

a {
    text-decoration: none;
	
	color: <?=$_COLOR_['link']?>;
}
a:hover {
    text-decoration: underline;
}
a.disabled, a.disabled:hover {
    text-decoration: none;
    color: <?=$_COLOR_['h-text-color']?>;
    cursor: text;
}
table {
    border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
    border: 0;
}

ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
	font-weight: normal;
}

p {
    padding: .5em 0;
}

input, button, textarea, select, optgroup, option {
    font-size: 100%;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
.clear {
    height: 0;
	
	clear: both;
	overflow: hidden;
}