body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(images/bg.jpg);
	background-position:center;
	background-position:top;
	margin: 0px;
}
a:link {
	color: #fa287d;
	text-decoration: underline;
}
a:visited {
	color: #fa287d;
	text-decoration: underline;
}
a:hover {
	color: #fa287d;
	text-decoration: none;
	background-color:#333333;
}
a:active {
	color: #fa287d;
	text-decoration: underline;
}
a {
	color: #fa287d;
	text-decoration: underline;
	font-size: 12px;
}
img {
	border-color:#000000
}
.bold18 {
font-size: 18px;
font-weight:bold;
}
.bold24 {
font-size: 24px;
font-weight:bold;
}
input {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #ffc2e1;
	border: 1px solid #fc60b1;
	font-weight: normal;
	padding:2px;
}
select {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #ffc2e1;
	font-weight: normal;
	border: 1px solid #fc60b1;
	padding:2px;
}
textarea {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #ffc2e1;
	border: 1px solid #fc60b1;
	font-weight: normal;
	padding:2px;
}