/* TEMPLATE STYLES */
.pagemaster {
	width: 100%;
	height: 100%;
  background-color: #a59064;  
}
.page {
  background-color: #d7ccb4;
}
.cpsep {
  background-color: #907e58;
}
.album {
  border: white solid 1px;
  background-color: #ebe6da;
}
/* GENERIC */
H1  {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	color: white;
	margin: 0;
}
H2  {
  font-family: Trebuchet MS, Verdana, Helvetica;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #69422f;
	margin: 0;
}
H3  {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	color: black;
}
H4  {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: white;
	margin: 0;
}
H5  {
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 16px; 
	font-weight: bold;
	margin: 0;
	color: #69422f;
}
H6  {
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 14px; 
	font-weight: bold;
	margin: 0;
	color: #69422f;
}
.MainMenu_MenuItemSel {
	border: none; 
	cursor: pointer; 
	cursor: hand; 
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
	background-color: #a6192a;
	height: 24px;
color: white;
}
.copyright {
	color: #d2c8b2;
	font-family: Arial;
	font-size: 9px;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
	color: #d2c8b2;
}
.copyright a:hover {
    color: #white;
}

