body, form, ul, h1, h2, h3, p {
	margin:0px;
	padding:0px;
}
body {
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
}
body, td, th {
	font-size: 9pt;
	color: #333;
	line-height: 175%;
	font-family: Arial, sans-serif;
}
.table {
	background:#CCCCCC
}
.table tr td {
	background:#FFFFFF
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover, a:active {
	color: #333;
	text-decoration: underline;
}
p {
	margin-bottom:10px;
}
li {
	list-style:none;
}
img {
	border:none;
}
.f14 {
	font-size:14px
}
.btn {
	background:#ac7812;
	border:none;
	color:#FFFFFF
}
#container {
	margin:0px auto;
	width:950px;
}
#navi {
	width:950px;
}
#navi ul li {
	float:left;
	width:101px;
	text-align:center
}
#navi ul li a {
	display:block;
	height:26px;
	line-height:26px;
	text-decoration:none;
	color: #FFFFFF;
	background:url(line.jpg) no-repeat right;
}
#navi ul li a:hover {
	color:#FFFFFF
}
#main {
	width:700px;
	float:right;
	padding-top:5px;
}

