<!--
	body {
		background-color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FF75C5;
	}
	
	td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
	}
	
	.invisible {
		visibility: hidden;
		position: absolute;
		top: -500px;
		left: -500px;
	}
	
	h2 {
		font-size: 12px;
		font-weight: normal;
		margin: 0px;
	}
	
	.glow {
		background-image: url(images/header/glow.gif);
		background-repeat: repeat-x;
		padding: 10px;
		padding-top: 35px;
	}
	
	.padding_header {
		padding: 7px;
		padding-bottom: 6px;
	}
	
	.padding {
		padding: 10px;
	}
	
	a, a:link, a:hover {
		color: #FFFFFF;
	}
	
	a.pink, .pink {
		color: #FF75C5;
	}
	
	.padding_15 {
		padding: 15px;
	}
	
	a.dark_pink, .dark_pink, a.dark_pink:hover, a.dark_pink:visited {
		color: #DC1A1A;
	}
	
	.txt_10 {
		font-size: 10px;
	}
	
	.txt_24 {
		font-size: 24px;
	}
	
	.txt_18 {
		font-size: 18px;
	}
	
	.liststitle, .liststitle:visited, .liststitle {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		color
	}
	
	.listssub:link, .listssub:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	.listssub:hover {
		text-decoration: none;
	}
	
	.ad_box_title {
		color: #FF75C5;
		font-size: 18px;
		padding: 10px;
	}
	
	.heart_bg {
		background-image: url(images/heart_bg.gif);
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gallery_box {
		padding: 10px;
		background-image: url(images/gallery_box.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}

-->