@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
}
a:link {
	text-decoration: underline;
	color: #aa0077;
}
a:visited {
	text-decoration: underline;
	color: #7D0058;
}
a:hover {
	text-decoration: none;
	color: #CE0091;
}
a:active {
	text-decoration: underline;
	color: #C40089;
}.bigblack {
	font-size: 14px;
	font-weight: bold;
}
.bigred {
	font-size: 14px;
	font-weight: bold;
	color: #E60000;
}.gallerytitle {
	font-size: 20px;
	color: #741d5a;
	font-weight: bold;
}
.gallerydesc {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}.bigblack2 {
	font-size: 18px;
	font-weight: bold;
}.border {
	border: thin solid #dfdfdf;
	background-color: #ebebeb;
}