* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #555;
	background: #fafafa;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #f60;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 3px;
	margin-bottom: 6px;
	text-align: left;
}

h3 {
	font-size: 12px;
}

p {
	line-height: 18px;
	margin-bottom: 16px;
}

table {
	border: 1px solid #eaeaea;
	width: 100%;
}

th {
	height: 28px;
	padding: 0 4px;
	background: url(Images/ChartHeader.gif);
	color: #5f5f5f;
}

td {
	padding: 4px;
	border: 1px solid #eaeaea;
	background: #fefefe url(Images/ChartCells.gif) repeat-x;
}

a {
	color: #369;
}

a:hover {
	color: #4c960e;
	text-decoration: none;
}

a img {
	border: none;
}

/*
div { border: 1px solid #f00; }
*/

#wrapper {
	margin: 0 auto;
	width: 750px;
	padding: 32px 0 16px 0;
}

#header {
	text-align: left;
}

#header em {
	color: #888;
}

#header em span#name {
	color: #444;
}

#content {
	text-align: justify;
	margin-top: 32px;
}

#articles {
	text-align: justify;
	margin-top: 36px;
}

#footer {
	border-top: 1px dotted #bbb;
	margin-top: 32px;
	padding-top: 8px;
}

#description {
	float: left;
	color: #777;
	font-style: italic;
}

#copyright {
	float: right;
}

tr#bestWebHosting td {
	font-weight: bold;
	color: #4c960e;
	background: #fff;
}

.clear {
	clear: both;
}

