/*
*/

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

td, p, strong, b {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 11.9px;
	color: #f5e8c6;
	table-layout: auto;
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #f7b505;
	font-size: 11px;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}

td.padded {
	padding: 2px;
}

