/* CSS Document */

h1, h2, h3, h4, h5, h6 {
	margin-top: 5px;
	margin-bottom: 2px;
}

h1 {
	font-size: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	font-size: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	font-size: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h4 {
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h5 {
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h6 {
	font-size: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.small-text {
	font-size: 9px;	
}
#body_text ul {
	margin-top: 0px;
	padding-top: 0px;
}
#body_text ol {
	margin-top: 0px;
	padding-top: 0px;
}
#body_text li {
	margin-top: 5px;
	padding-top: 5px;
}
.no_break {
	white-space: nowrap;

}