h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 20px;
	color: #336699;
}
h2 {
	font-size: 16px;
	color: #336699;
}
a {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
.small {
	font-size:11px;
}
.tiny {
	font-size:9px;
}
img.floatright {
	float:right;
	margin:0px 0px 5px 5px;
	padding:1px;
	border:1px solid #336699;
}
img.floatleft {
	float:left;
	margin:0px 5px 5px 0px;
	padding:1px;
	border:1px solid #336699;
}
#phonedirtable td {
	padding:2px;
	border-bottom:1px dotted #336699;
}
#datatable {
	table-layout:fixed;
}
#datatable td {
	font-size:12px;
	padding:5px;
	border-bottom:1px dashed #000000;
	border-collapse:collapse;
}
#smalldatatable {
	float:right;
	table-layout:fixed;
	width:195px;
	margin:0px 0px 10px 10px;
}
#smalldatatable td {
	font-size:9px;
	padding:5px;
	border-bottom:1px dashed #000000;
	border-collapse:collapse;
}
