body {
}
a {
	color: Black;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}
a.lar {
	color: Red;
	font-family: Verdana;
	font-size: 16pt;
	font-weight: bold;
        text-decoration : none;
}
a.med {
	color: Red;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}
.bold {
	font-weight: normal;
}
h1 {
	text-align: center;
	font-family: Arial;
	color: #E38E80;
	font-size: larger;
}
hr {
	width: 900px;
	color: Red;
}
p {
	color: Black;
	text-align: left;
	font: Arial;
	font-size: 10pt;
}
p.center {
	color: Black;
	text-align: center;
	font: Arial;
	font-size: 10pt;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
p.small {
	color: Black;
	text-align: left;
	font: Arial;
	font-size: 10pt;
}
p.strong {
	color: Black;
	text-align: left;
	font-family: Arial;
	font-size: 10pt;
	font: bold;
}
table {
	padding: 0px;
}
td {
	text-align: left;
	font-family: Verdana;
	font-size: smaller;
	background-color: White;
}
td.center {
	text-align: center;
	font-family: Verdana;
	font-size: smaller;
	background-color: White;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
td.large {
	text-align: center;
	font-family: Verdana;
	font-size: 10pt;
	background-color: #B5C8FB;
	font: bold;
}
td.largea {
	text-align: left;
	font-family: Verdana;
	font-size: 12pt;
	background-color: #B5C8FB;
	font: bold;
}
td.largeb {
	text-align: left;
	font-family: Verdana;
	font-size: 13pt;
	background-color: #B5C8FB;
	font: bold;
}
td.bor {
	text-align: left;
	font-family: Verdana;
	font-size: smaller;
	background-color: #B5C8FB;
	border: outset Gray;
	border-color: White;
}
td.bottom {
	text-align: center;
	font-family: Arial;
	font: bold;
	background-color: LightGreen;
	border-bottom-color: Maroon;
	border-bottom-style: dotted;
}
ol {
	font-family: Arial;
	font-size: 75%;
	color: Black;
	background-color: White;
	border-bottom-style: none;
}



