body {
	background-color: #c3d9ff;
	background-attachment: fixed;
	background-image: url(images/bgPattern.gif);
	background-repeat: repeat;
	background-position: left top;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #4b1328;
	text-decoration: none;
}
.mainMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.mainMenu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #62373e;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.mainMenu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f5ecc4;
	text-decoration: none;
	background-color: #4b1227;
	padding-right: 10px;
	padding-left: 10px;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #e6dda7;
	text-decoration: none;
}
.copyrightLink a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #e6dda7;
	text-decoration: none;
}
.copyrightLink a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #fffce8;
	text-decoration: none;
}

.bgContent {
	background-color: #c1bbb6;
	background-image: url(images/bgContent.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #e6dda7;
	text-decoration: none;
}
.contactLink a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #e6dda7;
	text-decoration: underline;
}
.contactLink a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #fffbe1;
	text-decoration: underline;
}
.pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #fff9df;
	text-decoration: none;
	line-height: normal;

}
a {
	color: #8b3c5a;
	text-decoration: underline;
}
a:hover {
	color: #c64b6f;
	text-decoration: underline;
}
