body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(./img/page_bkg.jpg);
	background-position: 50% 0%;
	background-repeat: repeat-y;
}
.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
}

a {
	color: #0000ff;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}

a:hover {
	border-color: #0000ff;
}
.ContentList {
	border: 1px #ccc dotted;
	background: #FFFFCC;
	padding: 10px;
	font-size: 12pt;
	text-align: left;
}
li.Content {
	line-height: 18pt
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14pt;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12pt;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10pt;
}
.PageText {
	font-size: 10pt;
	text-indent: 20px;
	padding-left: 20px;
}
.listItemTitle {
	color: #3D3F9C;
	font-weight: bold;
}

.Figure {
	border: 1px #ccc dotted;
	background: #FFF;
	text-align: center;
	line-height: 16pt;
	vertical-align: text-top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	padding: 5px;
}