body {
	font-family: 'Times New Roman', Times, serif;
	font-size: 16px; }

H1 {
	margin: 0;
	padding: 0;
	FONT-FAMILY: Times New Roman, Times, serif;
	FONT-SIZE: 22pt; 
	COLOR: #000000; }
	
h2 {
	margin: 0;
	padding: 0;
	FONT-FAMILY: Times New Roman, Times, serif;
	FONT-SIZE: 18pt; 
	COLOR: #000000; }
	
h2.gallery {
	margin: 0;
	padding: 0;
	text-align: center;
	FONT-FAMILY: Arial, sans-serif; 
	FONT-SIZE: 12px;
	text-align: center;
}

h3 {
	margin: 0;
	padding: 0;
}
	
h1.gallery {
	margin: 0;
	padding: 0;
	text-align: center;
	FONT-FAMILY: Arial, sans-serif; 
	FONT-SIZE: 18px; 
	color: #0000ff;
}

h1.lilac-gallery {
    color: #A300CC; 
    font-family: Trebuchet MS, Arial, sans-serif; 
    font-size: 24px;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 span {
    display: none;
}

p.back {
	font-family: 'times new roman', times, serif; 
	font-size: 18px; 
	font-weight: bold;
}
	
a:hover {
	text-decoration: none; }
	
.field {
	display: none; }
	
#pages {
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#pages a.active {
	color: #000;
	text-decoration: none;
}

.small {
	font-size: 14px;
	font-weight: bold;
	font-family: 'Times New Roman', Times, serif;
}

.center {
	text-align: center;
}

.zero-border {
	border: 0;
	}
	
.top {
    margin-top: 0;
    padding-top: 0;
}

.left {
    text-align: left;
}

.clear {
    clear: both;
}

#right-box {
    float: right; 
    width: 300px; 
    padding: 0px;
}
	
/* Back links
-------------------------------*/

p.backlink, a.backlink {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

a.leftlink {
	display: block;
	width: 150px;
	float: left;
}

a.rightlink {
	display: block;
	width: 150px;
	float: right;
	text-align: right;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

