.intro{
	border-top:dotted 1px #666;
	border-bottom:dotted 1px #666;
	margin:15px 0;
	padding:15px 0;
}

.fright{
	float:right;
}
.fleft{
	float:left;
	text-align:left;
}
.grey{
	color:#666;
}
.tiny{
	font-size:70%;
}
.center{
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}
.tright{
	text-align:right;
}
.blue{
	color:#00AEEF;
.}
.btn{
	text-indent:-9999px;
}
.b_dot{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:dotted 1px #666;
}
.skip{
	margin-top:20px;
}
.bigskip{
	margin-top:35px;
}
.smallskip{
	margin-top:5px;
}
.b10{
	margin-bottom:10px;
}
.b20{
	margin-bottom:20px;
}
.t5{
	margin-top:5px;
}
.l50{
	margin-left:50px;
}
.l20{
	margin-left:20px;
}
.round{
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	padding:20px;
}
.bg_grey{
	background-color: #eef;
}
.bg_grey2{
	background-color: #f9f9f9;
}
.brd_grey{
	border:solid 1px #999;
}
.small{
	font-size:90%;
}
.verysmall{
	font-size:75%;
}
.big{
	font-size:120%;
}
.bld{
	font-weight:bold;
}
.thin{
	font-weight:normal;
}
.normal{
	font-size:16px;
}
.hr{
	margin-top:10px;
	border-top:dotted 2px #666;
	padding-top:10px;
}
.indent{
	margin-left:1em;
	text-indent:-1em;
}
.price_label{
	background-color:#D4F0FD;
	font-weight:bold;
	font-size:90%;
	padding:5px;
}
table.price{
	border-spacing:2px;
}
table.price td,table.price th{
	font-size:80%;
	text-align:center;
	font-weight:normal;
}
table.price td{
	padding-top:5px;
	padding-bottom:3px;
}
table.price .odd td{
	background-color:#eee;
}
