* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #efefef;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
}

a {
	color: #1d74a6;
	text-decoration: none;
}

a:hover {
	color: #1d74a6;
	border-bottom: dotted 1px #1d74a6;
}

a[rel] {
	border: 0px none transparent !important;
}

ul {
	margin-left: 10px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table th, table td {
	text-align: left;
	padding: 1px 4px;
}

ol li {
	margin-top: 10px;
}

ol li:first-child {
	margin-top: 0px;
}

ol ol {
	margin-left: 20px;
	margin-top: 5px;
	list-style-type: lower-alpha;
}

p {
	margin-top: 5px;
}

p:first-child {
	margin-top: 0px;
}

a img {
	border: 1px solid #666666;
	padding: 1px;
}
