body, td, p, span, pre, div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 150%;
	color: #333333;
}

.text {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	font-weight: normal;
}
a.text, a.text:link, a.text:active, a.text:visited {
	text-decoration: none;
}
a.text:hover {
	text-decoration: underline;
}

.textnormal {
	font-size: 9px;
	color: #666666;
	line-height: 12px;
}
a.textnormal, a.textnormal:link, a.textnormal:active, a.textnormal:visited {
	text-decoration: none;
}
a.textnormal:hover {
	text-decoration: underline;
}

.textblk {
	font-size: 16px;
	line-height: 16pt;
	color: #333333;
	font-weight: normal;
}
a.textblk, a.textblk:link, a.textblk:active, a.textblk:visited {
	text-decoration: underline;
}
a.textblk:hover {
	text-decoration: none;
}
.textblklt {
	font-size: 10px;
	line-height: 15pt;
	color: #333333;
}
a.textblklt, a.textblklt:link, a.textblklt:active, a.textblklt:visited {
	text-decoration: none;
}
a.textblklt:hover {
	text-decoration: underline;
}


.background {
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color: #F9F9F1;
	background-image: url(assets/balloon_background.jpg);
	background-position: center top;
}


.txtwht {
	font-size: 14px;
	color: #FFFFFF;
}
