
body, a, div, span, table, thead, tr, th, td, tbody, ul, li, h1, h2, h3, h4, h5, p, input, textarea {
    font-family: Tahoma ,Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
}

h1 {
	font-size: 20px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

body {
	text-align: center;
}

div.page {
	margin: 0 auto;
	width: 800px;
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
}
div#page {
	margin: 0 auto;
	width: 800px;
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
}

.header {
	height:25px;
	border-bottom: 1px solid #888;
}

.header .title {
	display: block;
	margin-bottom: 0px;
}

.body {
	margin-top: 20px;
}

a {
	text-decoration:none;
	cursor:pointer;
}
	
.linklist {
	position:relative;
}
.linklist div {
	display: block;
	position:absolute;
}

a.impdisc {
	font-size:11px;
}
