div, table, tr, th, td {
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	margin: 0;
	padding: 0px 0 8px;
}

h2 {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #505050;
	margin: 0;
	padding: 0 0 6px;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0 0 6px;
}

h4 {
}

p {
	font-size: 12px;
	margin: 0;
	padding: 0 0 6px;
}

a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	border: none;
}

.normal {
	font-weight: normal
}