.text {
	font-family: tahoma;
	font-size: 12px;
	line-height: 25px;
	color: #333333;
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EBDCD9;
	background-attachment: fixed;
	background-image: url(images/bgd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.bgd {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/faded.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.pink {
	font-family: tahoma;
	font-style: normal;
	text-decoration: none;
	color: #5E373D;
}


.alpha {
	filter: Alpha(Opacity=60,);
	font-family: tahoma;
	font-size: 12px;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
	-moz-opacity: 0.6
}

.alpha2 {
	position: relative;
	font-family: tahoma;
	font-size: 12px;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
	filter: Alpha(Opacity=100,);
	-moz-opacity: 1
}

.footer {
	font-family: tahoma;
	font-size: 10px;
	line-height: 30px;
	color: #5E373D;
	text-decoration: none;
}

li {
	font-size: 12px;
	color: #333333;
	list-style-image: url(images/bullet.gif);
	line-height: 16px;
}

a.link:link,a.link:active,
a.link:visited{
	font-family: tahoma;
	font-size: 12px;
	color: #703F45;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #C08F95;
	background-color: #EBDCD9;
}

a.link:hover
{
	color: #FFFFFF;
	background-color: #845358;
}
