@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana;
	font-size: 11px;
	color: #333;
}
body {
	background-image: url(Images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.PinkTop {
	color: #C06054;
	font-size: 14px;
}
a:link {
	color: #C3161C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C3161C;
}
a:hover {
	text-decoration: underline;
	color: #C3161C;
}
a:active {
	text-decoration: none;
	color: #C3161C;
}
