A	{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline
}

A:Visited  {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline
}

A:Active  {
	font-size: 12px;
	font-weight: bold;
}

A:Hover  {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none
}

BODY  {
	font-family: Arial, Verdana, sans-serif;
	margin: 0px, 0px;
	margin-left: 0px;
	margin-top: 0px;
}
	
TD  {
	font-family : Arial, Verdana, sans-serif;
}

.nameAtTop  {
	color: #DEC283;
	font: bolder italic 24px arial, verdana;
	
}
.wordLinks	{
	color: #DEC283;
}

.scrollingAppletTitle {
	font-size: 12px;
	color: #6D551D;
	font-weight: bolder;
}

.greeting  {
	font-size: 16px;
	color: #000064;
	font-weight: bold;
}

.bluePicTextBox  {
	font-size:  10px;
	color: #6D551D;
}
.indent10  {

	margin-left: 5px;
	color: #000064;	
}

.AlbumSongList  {
	color: #ffffcc;
	font-weight: bold;
	font-size: 10px;
	margin-left:15px;
	margin-top: 5px;	
}

.AlbumTitle  {
	color: #ffffcc;
	font-weight: bold;
	font-size: 16px;
	margin-top: 2px;
}

#bottomRight {
	margin-top:2px;
	margin-left:5px;
	margin-right:4px;
	font: bold 9pt arial, verdana, new times roman;
}

#PContact {
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	text-indent:10px;		
}

#SContact {
	color:#ffffcc;
	font: bold 13pt arial, georgia, verdana;
}

/*dave's additions*/
/*****************************/
/*Class # 1 - Used in Bio.*/
A.newCls	{
	color: navy;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;	
}
A.newCls:Visited  {
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none
}
A.newCls:Active  {
	color:navy;
	font-size: 13pt;
	font-weight: bold;
}
A.newCls:Hover  {
	color: maroon;
	font-size: 13pt;
	text-decoration: underline;
}
/*CLASS # 2 - Used in Newsletter*/
A.NLCls	{
	color: navy;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;	
}
A.NLCls:Visited  {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none
}
A.NLCls:Active  {
	color:navy;
	font-size: 8pt;
	font-weight: bold;
}
A.NLCls:Hover  {
	color: maroon;
	font-size: 8pt;
	text-decoration: underline;
}

.bio  {
	color: #000064;
	text-indent: 10px;
}
/*Class #3 - used in Order form*/
.UNAVAILABLE	{
			background-color: #b89d6b;
			font-style: normal;
			text-decoration: none;
			}
			
.UnavailText	{
				color:white;
				font-size: 7pt;
				text-decoration: Bold
			}				

/*****************************/
/*end of dave's additions*/

/*dark navy, mouseOver: maroon*/
A.maroonHover {
	color:#000064;
}
A.maroonHover:Hover {
	color:maroon;
}

/*dark navy, mouseOver: white*/
A.whiteHover {
	color:#000064;
}
A.whiteHover:Hover {
	color:white;
}
/*end*/

/*underlines link when mouseover*/
A.underline {
	text-decoration: none;
}
A.underline:Hover {
	text-decoration: underline;
}
/*end*/

/*beige, mouseOver: white*/
A.beigeHover {
	color:white;
	text-decoration: none;		
}
A.beigeHover:Hover {
	color:white;
	text-decoration: underline;	
}
/*end*/

.albTitleOrder {
	color: #000064;
	font: bold 10pt verdana, arial;	
}

.albColHeader {
	color:#ffffcc;
	font: bold 10pt arial, verdana;
}

.albIndexTitles {
	color:#ffffcc;
	font: bold 8pt arial, verdana;
}


.webmaster {
	margin-top:0px;
	color:black;
	font:  8pt arial, verdana;
	text-align:center;
}


#GreetingContainer
{
    color:#6D551D;
    font:.75em arial;
}
#GreetingContainer H3
{
    text-align:center;
    margin:0px;    
    background-color:White;
}
#GreetingContainer P
{
    text-indent:2em;
    margin:0px 3px;
}
