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

body {
	background-color:#CCCCCC;
	font-family:"Lucida Grande", Arial, Geneva, sans-serif;
	font-size:80%;
	color:#000000;
	line-height:180%;
	}
	
.floatleft {
	float:left;
	margin-right: 5px;
	}
	
.floatright {
	float:right;
	margin-left:4px;
	padding:4px;
/*	border:1px solid #cccccc;
*/	}
	
.style2 {
	font-size: 110%;
	font-weight: bold;
	color: #241D2C;
	margin-bottom:4px;
}

.box {
	margin-top:6px;
	}
	
.thankyou {
	padding-bottom:14px;
	}

.name {
	margin-top:6px;
	}.NegativeBottomMargin {
	margin-bottom: -3px;
}
.NegativeTopMargin {
	margin-bottom: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-left: 0px;
}
.DecreasedLineHeight {
	line-height: normal;
}
.RtSideImageSpace {
	margin-right: 5px;
}
