@charset "utf-8";

body{ 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin:0;
}

a:link { 
color: #000; 
text-decoration: none
}
a:visited { 
color: #000; 
text-decoration: none    
}
a:hover { 
color: #666; 
text-decoration: none   
}
a:active { 
color: #666; 
text-decoration: none    
}

.txtLeft{
	text-align:left;
}
.txtLeft_leading{
	text-align:left;
	line-height: 18px;
}



.txtRight{
	text-align:left;
}
.txtCtr{
	text-align:center;
}
.heartBkGd{
	background:no-repeat;
	background-image: url(../Graphics/heart_yellow_bkgrd.jpg);
}
.yellow{
	color: #FC0;
	padding:5px;
}
#txtXXSmall{
	font-size:xx-small;
}
.italic{
	font-style:italic;
	font-family:Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
}

.padLeft{
	padding-left:7px;
	padding-right:7px;
	
}
	
