body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #6666FF;
	background-color: #FFFFFF;
}

p {
	font-size: x-small;
}

li {
	font-size: x-small;
}

p.small {
	font-size: x-small;
}

p.title {
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

p.subtitle {
	font-size: small;
	font-weight: bold;
	text-align: center;
}

a {
	color: #82CA9C;
	text-decoration: underline;
}

a:hover {
	background: #82CA9C;
	color: #FFFFFF;
	text-decoration: none;
}

td.border {
	background-color: #6666FF;
}

table.tbl {
	border: 1px solid #00350F;
	border-collapse: collapse;
}

table.plain {
	border: 1px solid #00350F;
	border-collapse: collapse;
}

th.tbl {
	font-family: Times New Roman, Times, serif;
	font-size: medium;
	text-align: center;
	background-color: #CCCCFF;
	color: #6666FF;
	border: 1px solid #6666FF;
}

th.plain {
	font-family: Times New Roman, Times, serif;
	font-size: medium;
	text-align: center;
	color: #6666FF;
	border: 1px solid #6666FF;
}

td.tbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	background-color: #EBEBFF;
	color: #6666FF;
	border: 1px solid #6666FF;
}

td.plain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	color: #6666FF;
	border: 1px solid #6666FF;
}

table.subtbl {
}

th.subtbl {
	font-family: Times New Roman, Times, serif;
	font-size: medium;
	text-align: center;
	background-color: #CCCCFF;
	color: #6666FF;
}

td.subtbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	background-color: #EBEBFF;
	color: #6666FF;
}

a.thsubtbl {
	color: #6666FF;
	text-decoration: underline;
}

a.thsubtbl:hover {
	background : #6666FF;
	color : #CCCCFF;
	text-decoration: none;
}

a.tdsubtbl {
	color: #6666FF;
	text-decoration: underline;
}

a.tdsubtbl:hover {
	background : #6666FF;
	color : #EBEBFF;
	text-decoration: none;
}

