body {
	font-size: 12pt; 
	font-family: Arial, SansSerif;  
	margin: 0px; 
	color: black;
	}

/* Used for DIV hide and show */	
.infoTextHide { display:none;
    visibility:hidden;
	}
	
.infoTextShow { display:block;
	visibility:visible;
	}


a.topText {
    font-size: 12pt;
    font-weight: bold;
	font-family : Arial, SansSerif;
    color: #DDDDDD;
    }

a.topText:active {
	color: #DDDDDD;
	text-decoration: none;
	}
a.topText:link {
    color: #DDDDDD;
	text-decoration: none;
	}
a.topText:visited {
    color: white;
	text-decoration: none;
	}
a.topText:hover {
    color: white;
	text-decoration: none;
	}


/* H3 is used in copyright notice */ 
h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	font-family : Arial, SansSerif;
	}

