h1, h2, h3, h4 {
	font-weight:bold;
	margin:0 0 2px 0;
}
h1 { font-size:20px; }
h2 { font-size:16px; }
h3 { font-size:13px; }
h4 { font-size:12px; }

.tsNormal h1 { font-size:24px; }
.tsNormal h2 { font-size:20px; }
.tsNormal h3 { font-size:17px; }
.tsNormal h4 { font-size:14px; }

.tsLarge h1 { font-size:30px; }
.tsLarge h2 { font-size:26px; }
.tsLarge h3 { font-size:22px; }
.tsLarge h4 { font-size:18px; }

body, div, p, li, th, td {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.tsNormal div, .tsNormal p, .tsNormal li, .tsNormal th, .tsNormal td {
	font-size:16px;
}
.tsLarge div, .tsLarge p, .tsLarge li, .tsLarge th, .tsLarge td {
	font-size:20px;
}
p {
	margin-bottom:10px;
}
a {
	color:#333;
	text-decoration:none;
}
img.right {
	float:right;
	margin:0 0 5px 10px;
}
img.left {
	float:left;
	margin:0 10px 5px 0;
}
a:hover {
	text-decoration:underline;
}
pre {
	font-family:"Courier New", Courier, monospace;
	font-size:1.15em;
	margin:0;
	padding:0;
}

div.hr {
	height:1px;
	border-top:1px solid #ccc;
	margin:10px 0 !important;
}
div.hr hr {
	display:none;
}

#puffs p {
	margin-bottom:5px;
}
#puffs div.hr {
	margin:5px 0 !important;
}

ul, ol {
	padding:0;
	margin:0;
}
li {
	margin:3px 0 3px 30px;
}