body {
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 100%;
}
div, table, td, img, h3, a, p {
	padding: 0px;
	margin: 0px;
	border: 0px;
	overflow: hidden;
}
#main {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #3366aa;
	width: 720px;
	margin: 30px auto;
	padding-bottom: 10px;
	border-bottom: 1px dashed #3366aa; 
}
h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	border-top: 1px dashed #3366aa; 
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}
h4 {
	font-size: 14px; 
    line-height: 20px;
	font-weight: bold;
	margin: 10px 0px -10px 0px;
	padding: 0px 0px 0px 0px;
}
#main div {
	height: 630px;
}
p {
	margin: 10px 0px;
	padding: 0px;
	line-height: 16px;
}
a {
	color: #3366aa;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h3 a:hover {
	text-decoration: none;
}