/* CSS Document */

	#cardPrint
	{
	display:none;
	}
	
	
	.printButton a
	{
		padding:5px;
		border:1px solid #fff;
		text-decoration:none;
		/*background:#afdced;*/
		color:#000;
	}
	
	.printButton a:hover
	{
		background:#61a587;
	}
	
	#printButton1
	{
		display:none;
	}
	
	.card
	{
	width:600px;
	height:200px;
	border:1px solid #000;
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
	background:#fff;
	font-family:arial;
	}
	
	.cardFront
	{

	position:relative;
	top:2px;/**/
	left:2px;
	width:300px;

	}
	
	.frontTop
	{
	position:relative;
	/*left:10px;*/
	top:25px;
	}
	
	.frontTop td
	{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	}
	
	.frontTop .family
	{
		width:75px;
	margin-top:10px;
	font-size:12px;
	position:relative;
top:-30px;
 left:35px;
	}
	
	.frontBottom
	{
	width:280px;
	position:relative;
	/*top:20px;
	left:10px;*/
	padding-left:10px;
	margin-top:15px;
	font-size:12px;
	}
	
	
	.poweredbyagelity
	
{/*
 position:relative;
 top:-15px;
 left:-15px;*/
	float: right;
}

.poweredbytext
{
	font-family: Times New Roman;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	position: relative;
	left: -15px;
}
.agelitytext
{
	font-family: Times New Roman;
	font-size: 20px;
	color: #333333;
}
.agelitytextgreen
{
	color: #009966;
}

.agelitytm
{
	position: relative;
	font-family: Times New Roman;
	left: 56px;
	top: -22px;
	font-weight: bold;
	color: #333333;
	font-size: 4px;
}
	.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:20px;
	padding:10px;
	}