.wedding {
	background-image: url(images/weddingBK.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
}
.weddingtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
}
.greyBorder {
	border: 1px solid #999966;
}
.trans {
	filter: Alpha(Opacity=50, FinishOpacity=50, Style=solid, StartX=0, StartY=0, FinishX=1000, FinishY=1000);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 4px;
}
.button {
	filter: Alpha(Opacity=50, FinishOpacity=50, Style=solid, StartX=0, StartY=0, FinishX=1000, FinishY=1000);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 4px;
	background-color: #003366;
	border: 1px solid #003366;
}

.transPosText {
	filter: Alpha(Opacity=100, FinishOpacity=100, Style=solid, StartX=0, StartY=0, FinishX=1000, FinishY=1000);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
