body { 
	background: #ffffff; 
	text-align: center;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
body, div, h1, h2, h3, p, ul, li, table, td { 
	font-family: Trebuchet MS, tahoma, arial, verdana; 
	color: #000; 
	line-height: 160%;
}
h1 {
	font-size: 22px;
}
h2 {
	color: #c00;
	font-size: 14px;
	margin-bottom: 10px;

}
strong {
	font-weight: normal;
   font-style: italic;
}
h3, p {
	font-size: 12px;
	padding: 0px;
	margin: 0px;

}
p, h3 {
	font-size: 12px; 
	color: #333;
}
h3 {
	font-weight: bold;
	margin-top: 10px;
}
.PageContainer {
	text-align: left;
	margin: auto;
	width: 500px;
}
a, a:link, a:visited {
	color: #36f;
	background: #ffc;
	text-decoration: none;
}
a:hover {
	color: #36F;
	background: #ffa;
	text-decoration: none;
}
ul, li {
	color: #555;
	font-size: 12px;
}
li {
	margin-bottom: 4px;
}
table {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
th, td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 4px;
}
td {
	font-size: 12px;
}
