#toppic{
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 24pt;
	font-weight: bold;
	color: black;
	border-style: none none solid none;
	border-width: thin;
	line-height: 32pt
}

#clickpics{
	position:absolute;
	height: 80%;
	width: 120px;
	top:  60px;
	left: 10px;
	font-size: 14pt;
	line-height: 24pt;
}

#pagebody{
	position: absolute;
	top:  60px;
	left: 160px;
	padding: 10px;
	border-style: none none none solid;
	border-width: thin;
}

#activepage{
	color: white;
	font-weight: bold;
	background-color: black;
}

#Title{
	color: black;
	font-weight: bold;
	font-size: 14pt;
	height: 35px;
}

#SubTitle{
	color: black;
	font-weight: bold;
	font-size: 14pt;
	height: 35px;
}

A:link{
	color: black;
	font-weight: bold;
}

A:visited{
	color: black;
	font-weight: bold;
}
A:hover{
	color: black;
	font-weight: bold;
}

BODY{
	margin: 0pt;
	font-family: "courier new";
	font-size: 12pt;
	color: black;
	background-color: white;
}

TD{
	font-family: "courier new";
	font-size: 12pt;
	color: black;
}


