*{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 150%;
}

h1{
	height: 70px;
	font-size: 18px;
	background: #006699;
	color: white;
	padding-left: 15px;
}

h2{
	margin-top: 20px;
	border-bottom: 1px solid #333;
}

.content{
	width: 600px;
	border-right: 1px solid #ddd;
}

.cont_pad{
	padding: 15px;
}

p{
	margin-bottom: 1em;
}

.foot{
	background: #006699;
	color: white;
}

dt{
	font-weight: bold;
}

dd{
	margin-left: 15px;
	margin-bottom: 1em;
}

table, tr, th, td{
	border: 1px solid black;
	border-collapse: collapse;
}

th, td{
	padding: 2px 5px;
}

th{
	background: #99CCFF;
}

table{
	margin: 15px;
}
