.messageBox {
	color:#000066;
	background-color:#CBE3E5;
	border: 1px solid #0000CC;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}

.nameBox {
	height: 100px;
	text-align: center;
}

.textBox {
	padding-top: 10px;
	width: 100%;
	text-align: center;
}

.titleText {
	font-family: "Bradley Hand ITC", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 72px;
	color: #FFFFFF;
	text-align: center;
}

.subtitleText {
	font-family: "Bradley Hand ITC", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
}

.messageText {
	font-family: "Bradley Hand ITC", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
}

.nameText {
	font-family: "Bradley Hand ITC", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:30px;
	color: black;
}

.picTitleText {
	font-family: "Bradley Hand ITC", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:16px;
	color: black;
}

.pageText {
	font-family: "Bradley Hand ITC", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:16px;
	color: black;
}

.backgroundPage {
	background-attachment: scroll;
	background-color: #e1dfe0;
	background-image: url(../images/webback500.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

.backgroundName {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/simpleheartgreen.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

img.clickable {
	cursor: pointer;
}

a img {border-style: none;}

a {
	text-decoration : none;
	color: black;
}

a:hover {
	text-decoration : none;
	color:#990000;
}
