/* TEMPLATE STYLES */
.pagemaster {
	width: 100%;
	height: 100%;
  background: #4e91b4 url("bg.jpg") repeat-x;  
}
.page {
  background: #a7c8da url("bgpage.jpg") repeat-x;
}
.cpsep {
  background-color: #4e91b4;
}
.album {
  border: white solid 1px;
  background-color: #d3e4ed;
}
/* GENERIC */
H1  {
  font-family: Arial, Sans-Serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: white;
	margin: 0;
}
H2  {
  font-family: Arial, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #ffde02;
	margin: 0;
}
H3  {
  font-family: Arial, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #0d4a69;
	margin: 0;
}
H4  {
  font-family: Arial, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: white;
	margin: 0;
}
H5  {
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 16px; 
	font-weight: bold;
	margin: 0;
	color: black;
}
H6  {
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 14px; 
	font-weight: bold;
	margin: 0;
	color: black;
}



