body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 10pt;
	background-color: #ffffff;
}

table, tr, td {
	font-family: Arial, Verdana, Tahoma, @Arial Unicode MS, Helvetica;
	font-size: 10pt;
}

a {
	color: Gray;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: square;
}

li {
	margin-left: -20px;
}

h2, h3, h1 {
	border-bottom: 1px solid #c0c0c0;
	font-size: 14pt;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Verdana, Tahoma;
}

pre {
	background-color: #f6f8fe;
	border: 1px solid #dbe4fa;
	padding: 3px;
}

.webpageTitle {
	font-size: 16pt;
}

.panelBody {
/*	background-color: #eef3fc;*/
	background-color: #f6f8fe;
}

.dropCap {
	float: left;
	width: 42px;
	font-size: 62px;
	line-height: 51px;
	font-weight: normal;
	font-family: Georgia, Times New Roman;
	text-align: center;
}

.articleText {
	line-height: 17px;
	font-size: 13px;
}