body {
	margin: 50px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	background-color: #FFF;
}

td {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
}

input, textarea, select {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #4C4C4C;
	background-color: #FFF;
	border: 0px;
}

.button {
	text-align: center;
	color: #FFF;
	background-color: #AF49B6;
}

form { /* Opera */
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #AF49B6;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4C4C4C;
}

hr {
	border: 0;
	color: #000;
	background-color: #000;
	height: 1px;
}

a { color: #AF49B6; text-decoration: none; }
a:hover { color: #AF49B6; text-decoration: underline; }

a.blackLink { color: #000; text-decoration: none; }
a.blackLink:hover { color: #AF49B6; text-decoration: underline; }

a.grayLink { color: #808080; text-decoration: none; }
a.grayLink:hover { color: #808080; text-decoration: underline; }

a.menu { font-size: 18px; color: #666; text-decoration: none; }
a.menu:hover { color: #000; text-decoration: none; }

.pinkText { color: #AF49B6; }
.grayText { color: #808080; }
.tinyText { font-size: 9px; }

.bg {
	background-image: url(images/bg2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}