#cardPrint
	{
	display:none;
	}
	
	.printButton
	{
	width:200px;
	}
	
	.printButton a
	{
		padding:5px;
		border:1px solid #000;
		text-decoration:none;
		background:#336699;
		color:#fff;
	}
	
	.printButton a:hover
	{
		background:red;
	}
	
	#printButton1
	{
		display:none;
	}
	
	.cardFold
	{
	border-right:1px Dotted #000
	}
	
	.card
	{
	width:620px;
	height:200px;
	border:1px solid #000;
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
	background:#fff;
	font-family:arial;
	}
	
	.cardFront
	{
	width:310px;
	}
	
	.frontTop
	{
	position:relative;
	top:-115px;
	}
	
	.frontTop td
	{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	}
	
	.frontTop .family
	{
	width:300px;
	margin-top:10px;
	font-size:12px;
	text-align:center;
	}
	
	.frontBottom
	{
	width:280px;
	position:relative;
	top:-125px;
	padding-left:10px;
	margin-top:15px;
	font-size:12px;
	}
	
	.poweredbyagelity
	{
	float:right;
	}
	
	.cardBack
	{
	float:right;
	width:298px;
	height:200px;
	border-left:1px dotted #000;
	font-size:12px;
	text-align:center;
	}
	
	*html .cardBack {width:295px;}
	
	.backTop
	{
	position:relative;
	top:20px;
	}
	
	.backBottom
	{
	position:relative;
	top:50px;
	padding:10px;
	}