html {
 overflow-x: hidden;
}

body {
	color: #333333;
	font-size: small;
	margin: 0px;
	padding: 5px;
}


h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,form {
	margin:0px;
	padding:0px;
}

#wrapper {
	width: 470px;
}

.clear-float {
	clear: both;
}

p {
	width:auto;
	padding:10px 0px 10px 0px;
}


dl {
	margin-bottom: 10px;
}

dt{
	line-height: 140%;
	font-weight: bold;
}


dd {
	line-height: 140%;
	margin-left: 10px;
}

dd ul {
	margin-left: 30px;
	margin-bottom: 10px;
}

dd ul li {
	line-height: 140%;
}

.box1 {
	margin-left:2em;
	display:block;
}
.box2 {
	list-style-type:none;
	margin-left:-1em;
}
.box3 {
	text-indent:-1em;
	margin-left:1em;
	display:block;
}

.align-right {text-align:right;}
