@import url('common/tables.css');
@import url('common/form.css');


body {
	font-family: sans;
	font-size: 12px;
}


h1 {
	font-size: 18px;
	font-weight: 900;
	color: #999;
	clear: both;
}
h2, h3, h4 {
	font-size: 14px;
	font-weight: 900;
	color: #000;
	clear: both;
}

a:link,
a:visited,
a:active {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}

.nav_main {
	margin: 0 0 10px 0;
	font-size: 15px;
	background: #eee;
	padding: 3px 0;
}
.nav1_no,
.nav1_act {
	margin: 0 10px;
}
.nav1_act a {
	font-weight: 900;
	text-decoration: none;
}


div.ref-text h3 {
	clear: none;
}
