/* Alberto Zoppe pages screen - CSS Document */
body {
	font-family: "Times New Roman", Times, serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
}
.showScreen {
	display:none;
	}
#wrapper {
	font-family: "Times New Roman", Times, serif;
	background-color: #fff;
	margin: 0px auto;
	width: 100%;
	padding: 0px;
	text-align: left;
}
a:link {
	color: #069;
	text-decoration: underline;
}
#header {
	text-align: center;
}
a:visited {
	color: #069;
	text-decoration: underline;
}
a:hover {
	color: #069;
	text-decoration: none;
}
#mainBopyWrap {
	width:100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}
.clear {
	clear: both;
}
.img_border_red {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.medFont {
	font-size: x-large;
}
.lgFont {
	font-size: xx-large;
}
#topNav {
	display: none;
}



