/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 12pt;
	  color:#000000;
	  font-weight:bold;
	  background-color: #BABAF8;
	  margin-top: 25px;
	  margin-left: 0px;
	  margin-right: 0px;
	}
TD, P 
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 12pt; 
	}
/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A:link	{ color: blue; font-size:10pt; }
A:visited { color: blue; font-size:10pt; }
A:hover	{ color: white; font-size:10pt; }
A:active { color: blue; font-size:10pt; }
/* 
   text styles 
*/

h3.title	/* H3 title  Text is controled by .title */ 
	{ 
          background-image: url(images/mod_titlebar.jpg);
          width: 100%;
          height: 28px;
	    color: yellow;
	}

p.menu	/* P menu  Text is controled by .menu */ 
	{ 
          background-image: url(images/mod_titlebar.jpg);
          width: 100%;
          height: 24px;   
	}

p.big		/* P big  Text is controled by .big */ 
	{ 
          background-image: url(images/mod_titlebig.jpg);
          width: 100%;
          height: 40px;   
	}


