/* CSS Document */


.title                          /* album titles on main page */
	{
	line-height:normal;
	margin-top:2px;
	width: auto;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	text-decoration: none;



	}
.title a,
.title a:link,
.title a:visited,
.title a:active {
	  font-family:Geneva, Arial, Helvetica, san-serif;
	  color:#ffffff;
	  font-size:10pt;
	  font-weight:bold;  
	  text-decoration: none;
	}
.title a:hover {
	  color: #FF9900;
	  text-decoration: none;
	} 
.mod_title	/* album title  Text is controled by .title */ 
	{ 
          background-image: url(images/mod_titlebar.jpg);
          width: 100%;
          height: 28px;
	}
	.head  /* page headers behind the Gallery title*/
	{ 
	  font-family:Geneva, Arial, Helvetica, san-serif;
	  color:#FFFFFF;
	  font-size: 16px;
	  font-weight:bold;
	  background-image: url(images/mod_titlebar.jpg);
	  line-height:140%;
	  letter-spacing: .2em;
	  border:0px dashed #000000;
	  height: 28px;  
	}
.head a,
.head a:link,
.head a:visited,
.head a:active 
	{
	  font-weight: normal;
	  color:#ffffff;
	  text-decoration: none;
	}
.head a:hover
	{
	  font-weight: normal;
	  color: #E91414;
	  text-decoration: underline;
	}
.mod_headliner  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
          background-image: url(images/mod_titlebar.jpg);
                 height: 25px;
	}
.heading {
	font: bold 12pt Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.deftext {
	font: normal 10pt Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
.blocktext {
	font: italic 10pt Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;

}
.title2 {

	line-height:normal;
	padding:2px;
	margin-top:2px;
	width: 100%;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	text-decoration: none;
}

