/* Basic tags and typography - overriding skin.css */

table, tr, td, p, h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
}
p {
}
h1, h2, h3, h4, h5, h6 {
	color: black;
	font-weight: bold;
	letter-spacing: 1px;
}
h1, h2, h3 {
	margin: 14px 0 6px 0;
}
h4, h5, h6 {
	margin: 6px 0 3px 0;
}
h1, h3, h5 {
}
h2, h4, h6 {
	color: gray;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 13pt;
}
h4 {
	font-size: 13pt;
	font-weight: normal;
}
h5 {
	font-size: 12pt;
}
h6 {
	font-size: 12pt;
	letter-spacing: 0.5px;
}

