body {
	font-family: Trebuchet MS;
	color: #59002a;
	background-color: #fdf6fa;
	font-size: 11px;
}

table {
	font-family: Trebuchet MS;
	color: #59002a;
	font-size: 11px;
}
.table {
	font-family: Trebuchet MS;
	color: #59002a;
	font-size: 11px;
	background-image: url(../images/bkg.jpg);
	background-repeat:no-repeat;
	border: solid 1px #ac2c8f;
}
.bkg-pic {
	background-image: url(../images/bkg-pic.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 425px;
	border: 1px solid #FFFFFF;
}
.bkg-text {
	background-image: url(../images/bkg-text.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 300px;
	height: 350px;
	border: 1px solid #FFFFFF;
}
.title {
	font-size: 13px;
	font-weight: bold;
}
input {
	color: #59002a;
	background-color: #fdf6fa;
	font-size: 11px;
	border: 1px solid #59002a;
}
.input {
	color: #59002a;
	background-color: #fdf6fa;
	font-size: 11px;
	border: 1px solid #59002a;
	cursor: pointer;
}
textarea {
	color: #59002a;
	background-color: #fdf6fa;
	font-size: 11px;
	border: 1px solid #59002a;
}
select {
	color: #59002a;
	background-color: #fdf6fa;
	font-size: 11px;
	border: 1px solid #59002a;
}

.bold {
	font-weight: bold;
}
a:link {
	font-size: 11px;
	color: #6f000f;
	font-family: Arial;
	text-decoration: none;
}
a:visited {
	font-size: 11px;
	color: #6f000f;
	font-family: Arial;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #6f000f;
	font-family: Arial;
	text-decoration: underline;
}
a:active {
	font-size: 11px;
	color: #6f000f;
	font-family: Arial;
	text-decoration: underline;
}
a.purple:link {
	font-size: 11px;
	color: #ac2c8f;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
a.purple:visited {
	font-size: 11px;
	color: #ac2c8f;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
a.purple:hover {
	font-size: 11px;
	color: #ac2c8f;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
}
a.purple:active {
	font-size: 11px;
	color: #ac2c8f;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
}
.backgrouund {
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
}