h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32pt;
	font-style: normal;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: Red;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: normal;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: Red;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: Red;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

table.links {
	background-color: White;
	border-top-width: 4px;
	border-top-style: inset;
	border-top-color: Black;
}

table
{
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

table.frame {
	border: 1px solid Black;
	background-color: White;
}


td.links {
	border-right-style: groove;
	border-right-color: #BABABA;
	border-right-width: 5px;
	background-color: #BABABA;
}

td
{
	padding: 20px 20px 20px 20px;
}

a {
	color: Gray;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: Red;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	font-weight: bold;
}
