* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #bcdfee;
	font-size: 8pt;
	color: #555555;
	font-family:Arial, Helvetica, sans-serif;
}
#white {
	background-color:#ffffff;
}
.clear {
	clear: both;
	height: 0px;
}
.wrap {
	width: 950px;
	text-align:left;
}
#topnav a {
	color: #555555;
	text-decoration: none;
	margin-left:10px;
}
#pagenav {
	height:35px;
	line-height:35px;
	font-size: 9pt;
}
#pagenav ul li {
	list-style: none;
	display:inline;
}

#footer {
	border-top: 5px solid #34a7d3;
	padding: 15px 0px;
	text-align:center;
}
p, h1, h2, h3, h4, h5, h6, ol, ul {
	padding-bottom:10px;
}
#main {
	padding: 15px 0px;
}
td {
	font-size: 8pt;
	text-align:left;
}
img {
	border: 0px;
}
/* forms */
input, textarea, select {
	font-size:8pt;
	padding: 2px;
	border:1px solid #d9d9d9;
	margin-bottom:3px;
	font-family:Arial, Helvetica, sans-serif;
}