body
{
	background-color: #FFFFFF;
	color: #000000;
}

h6
{
	text-align: center;
	border-top: solid thin blue;
}

div
{
	font-family: Verdana;
	font-size:small;
	font-weight:bold;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

th
{
	font-style: italic;
}

td
{
	background-color: #EEEEEE;
	text-align: center;
	border-bottom: solid thin blue;
	border-right: solid thin blue;
	border-top: solid thin #CCCCFF;
	border-left: solid thin #CCCCFF;
	padding-bottom: 0px;
	padding-top: 0px;
}

code
{
	font-size: xx-small;
	font-family: Arial;
}

pre
{
	font-family: Arial;
	font-size: xx-small;
}

table
{
	font-family: Arial;
	font-size: xx-small;
}

.clsPageLink
{
	background-color: #DDDDFF;
	font-size: medium;
	font-family: Arial;
}

