a:link,  a:visited {
	background-color: inherit;
	color: rgb(0%, 0%, 80%);
	text-decoration: none;
}

a:hover  {
	background-color:  rgb(30%, 30%, 100%);
	color: rgb(100%, 100%, 100%);
}

a:active {
	color: rgb(100%, 0%, 0%);
	background-color:  rgb(30%, 30%, 100%);
}

a.f:link,  a.f:visited, a.f:hover {     /* Do nothing for anchor-only definitions */
	background-color:  inherit;
	color: inherit;
	text-decoration: none;
}

a.i:link, a.i:visited, a.i:hover {
	background-color:  inherit;
	color: inherit;
	text-decoration: none;
}

body {
	margin-left: 15%;
	margin-right: 10%;
	background-color: #FFFFFF;
	color: #000000;
}

p {
	text-align: justify;
	line-height: 130%;
}

p.c {
	text-align: center;
}

p.r {
	text-align: right;
}

p sub, p sup {
	line-height: 0px;
}

td.j {
	margin-left: 12px;
	margin-right: 12px;
	text-align: justify;
}

ol {
	text-align: left;
}

