@charset "utf-8";
.waves-top {
	background-image: url(../images/waves1.gif);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: top;
}
.waves-bottom {
	background-image: url(../images/waves2.gif);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: bottom;
}

a:link {
	color: #996666 ;
	text-decoration:none
}
a:visited {
	color: #999999;
	text-decoration:none
}
a:hover {
	text-decoration: underline;
	color: #FF00FF;
}
a:active {
	color: #FF00FF;
}

p	{
font-family:Arial, Helvetica, sans-serif;
}

ul	{
font-family:Arial, Helvetica, sans-serif;
}