html, body { 
	height:100%;
}

body {
	font-size: 11px;
	font-family: Tahoma, Verdana;
	margin: 0px;
}

font, td {
	font-size: 11px;
	font-family: Tahoma, Verdana;
}

select, input, textarea {
	font-size: 11px;
	font-family: Tahoma, Verdana;
}

a, a:visited {
	color: #701f19;
}

a:hover {
	color: #88261e;
}

.static {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

.static_tit {
	font-weight: bold;
	font-size: 17px;
	line-height: 26px;
	font-family: Tahoma, Verdana;
}

.static_small {
	font-weight: bold;
}

.red { 
	color: #701f19;
}

ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}