a { 
	color: #03F;
	text-decoration: none;
}
img {
	border: none;
}
h1 {
	font-size: 220%;
	line-height: 130%;
	margin-top: 2em;
	color: #459ABE;
	font-weight: normal;
}
h1 * {
	color: #459ABE;
}
h2 {
	font-size: 150%;
	margin-top: 1em;
	color: #351343;
	background: transparent url('../images/blue_arrow_bullet.gif') no-repeat scroll 0 4px;
	padding-left: 1em;
}
h2 * {
	color: #351343 !important; /* Important for the sake of IE 6 */
}
p {
	margin-top: 1em;
}
p.date {
	color: #459ABE;
	position: relative;
	top: -0.8em;
	margin-bottom: -0.8em;
}
th, td {
	vertical-align: top;
	text-align: left;
}
ul, ol {
	margin: 1em 0 0 2em;
}
li ul, li ol {
	margin-top: 0;
}
form {
	margin-top: 1em;
}
table {
	margin-top: 1em;
}
blockquote {
	margin-top: 1em;
	margin-left: 2em;
}

hr {
	border: none;
	height: 1px;
	margin-top: 1em;
}
h1:first-child, h1.first-child, h2:first-child, h2.first-child, h3:first-child, h3.first-child, h4:first-child, h4.first-child, h5:first-child, h5.first-child, h6:first-child, h6.first-child,
p:first-child, p.first-child, ul:first-child, ul.first-child, ol:first-child, ol.first-child, table:first-child, table.first-child, form:first-child, form.first-child {
	margin-top: 0;
}