.page{
	text-decoration:none;
}
a{
	font-weight: bold;
}
a:hover{

}
a.page:hover{

}
.spacer{
	border:none;
	font-size:8pt;
}
.boldText{
	font-weight: bold;
}
a.albums{
	text-decoration:none;
	height:100px;
}
a.albums:hover{

}
.currentAlbum{
	font-size:10pt; 
	text-decoration:underline;	      
}
.imageTitle{
	font-size:11pt; 	
	font-weight: bold;	
}   
.pageTitle{
	color:#609EBF;
	font-size:14pt; 	
	font-weight: bold;
	text-align:center;	
}  
.imageAlbumHover {
	border: 1px solid #aaa;
}
.imageThumbHover {
	border: 1px solid #aaa;
} 
.imageNormal {
	border: 1px solid #990033;
}
#GalleryRow{
	clear:both;
	margin: 0px auto;
	text-align:center;
	width:100%;
}
#GalleryCol{
	float:left;
	padding:2px;
	padding-left:10px;
	padding-top:10px;
}
.AlbumCol{
	float:left;
	text-align:center;
	margin-right:5px;
}
.clearer{clear:both}
.selectText{
	font-weight:bold;
}