@charset "utf-8";
/* CSS Document */

body
{
	background-image: url(images/bg.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-repeat: repeat-x;
}
.wirehead {
	background-image: url(images/wire.gif);
	height: 50px;
	width: 100%;
	background-repeat: repeat-x;
}
.headline {
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
	color: #FF0;
	font-weight: bold;
	text-align: center;
}
.verasletter {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #006;
}


.info {
	clear: both;
}

.address {
	font-weight: bold;
}
.helpVera {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
}
.yourPart {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
}
.scripture {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
.veraImg {
	padding-right: 10px;
	float: left;
	width: 510px;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #006;
}
a:hover {
	text-decoration: underline;
}
#MoreInfo {
	visibility: hidden;
	margin: 10px;
	padding: 10px;
	border: solid navy 2px;
	background-color: #99CCFF;
}
