.bg {
	background-attachment: scroll;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F9D6F7;
}

body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}


.content-bg {
	background-image: url(../images/slices/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

a:link { font-size:12px; color:#ffffff; text-decoration:none}
a:visited { font-size:12px; color:#ffffff; text-decoration:none}
a:hover { font-size:12px; color:#ffffff; text-decoration:underline}
a:active { font-size:12px; color:#ffffff; text-decoration:none}

a.pink:link { font-size:12px; color:#ffccff; text-decoration:none}
a.pink:visited { font-size:12px; color:#ffccff; text-decoration:none}
a.pink:hover { font-size:12px; color:#ffccff; text-decoration:underline}
a.pink:active { font-size:12px; color:#ffccff; text-decoration:none}.header {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.button {
	background-color: #F46CF6;
	border: 1px solid #A7109B;
	color: #FFFFFF;
}
