@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
body {
	background-image: url(images/pink-fade.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
a:link {
	color: #966;
	text-decoration: none;
}
a:visited {
	color: #966;
	text-decoration: none;
}
a:hover {
	color: #C11F34;
	text-decoration: none;
}
a:active {
	color: #966;
	text-decoration: none;
}
.copyright {	font-size: 10px;
}
.headings {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	font-weight: bold;
	color: #999;
}
.middleframe {
	max-width: 600px;
}
.shadeframe {
	background-image: url(../images/pink-fade.jpg);
	background-repeat: repeat-x;
}
.rightframe {
	max-width: 200px;
}
.copyrightGrey {
	font-size: 10px;
	color: #666;
}
