HTML, BODY, TABLE {
	font-family: Verdana, Arial;
	font-size: 10pt;
}
BODY {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url('images/bg.jpg');
}
#content {
	width: 100%;
	height: 100%;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #0169a2;
	text-decoration: underline;
}

.galleries H2 {
	line-height: 32px;
	color: #000;
	font-weight: Bold;
	padding: 0px;
	margin: 0px;
	font-size: 12pt;
}
.galleries .gallinks a:link, .galleries .gallinks a:active {
	color: #000;
	font-size: 10pt;
	line-height: 18px;
	text-decoration: none;
	font-weight: Normal;
}
.galleries .gallinks a:visited {
	color: #fff;
	text-decoration: line-through;
	font-size: 10pt;
	line-height: 18px;
	font-weight: Normal;
}
.galleries .gallinks a:hover {
	color: #fff;
	font-size: 10pt;
	line-height: 18px;
	text-decoration: none;
	font-weight: Normal;
	border-bottom: 1px solid #FF0000;
}
.galleries a:link, .galleries a:visited, .galleries a:active {
	color: #000;
	font-size: 10pt;
	line-height: 18px;
	text-decoration: none;
	font-weight: Normal;
}
.galleries a:hover {
	color: #000;
	font-size: 10pt;
	line-height: 18px;
	text-decoration: underline;
	font-weight: Normal;
	border-bottom: 1px solid #FF0000;
}
.promofoto {
	text-align: center;
}
.promofoto a {
	color: #000;
	text-decoration: none;
	font-size: 8pt;
}
.promofoto a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 8pt;
}
.promofoto a IMG {
	border: 1px solid #000;
}
.promofoto a:hover IMG {
	border: 1px solid #fff;
}
.promofotos .text {
	text-align: left;
	width: 200px;
}