@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666
}
a:hover {
	text-decoration: none;
	color: #ec3f9e
}
body {
	margin-left: 0px;
	margin-top: 0px;
}
.TEXTPinkOut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #ec3f9e;
	font-weight: bold;
}
.TEXTbottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #990000;
	text-align: center;
}

.TEXTPinkIn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ec3f9e;
	font-weight: bold;
}
.TEXTBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000
}
.TEXTBlacktiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000000;
	font-style: italic;
}
.tableout{
	border: 3px solid #000000;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/pinkbg.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 1024px;
	height: 645px;
}
.tablein{
	border: 0px;
	padding: 0px 0px 0px 0px;
	width: 510px;
}

