body {
	font-family: Verdana,Arial,sans-serif;
	color: #fff;
}

a:link,
a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

a:hover,
a:active {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.clear_both {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

h2 {
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 20px;
}

h3 {
	margin: 27px 0 18px;
	font-size: 14px;
	line-height: 18px;
}

p, ul, ol {
	margin: 0 0 18px;
	font-size: 12px;
	line-height: 18px;
}

td, th {
	font-size: 12px;
	line-height: 18px;
}

ol {
	list-style: decimal;
	margin: 0 36px 18px;
}

ul {
	list-style: disc;
	margin: 0 36px 18px;
}

	ol li,
	ul li {
		margin: 0 0 6px;
	}

img.left {
	display: block;
	float: left;
	margin: 0 12px 12px 0;
	border: 0;
}

img.right {
	display: block;
	float: right;
	margin: 0 0 12px 12px;
	border: 0;
}

img.center {
	display: block;
	margin: 0 auto 18px;
	border: 0;
}