body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	text-align: justify;
	margin: 0px;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #53005d;
}

a { 
	text-decoration: none;
	color: #0000ff;
}

a:active {
	color: #ff00ff;
}

td {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/*
.font {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px
}
*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 32px;
}

li {
	padding-bottom: 3px;
}

dl {
	margin-left: 2em;
}

dt {
	padding-bottom: .5em;
}

dd {
	padding-bottom: .2em;
	margin-left: 0px;
}

div.SecTitle {
	padding-bottom: .5em;
	padding-top: .5em;
	font-variant: small-caps;
	font-size: 150%;
}

.overlay {
	visibility: hidden;
}

.overlay-opaque {
	background-color: #eff7f7;
	cursor: pointer;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	text-align: center;
	opacity: 0.8;
	/*display: none;*/
}

.overlay-content {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	/*display: none;*/
}
