/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    background-image: url(../images/linen_yellow.jpeg);
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-size: .9em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

P.small
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
    FONT-WEIGHT: normal;
}
P.smallplus
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-size: .8em;
    FONT-WEIGHT: normal;
}
Span.verse
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-size: .9em;
    FONT-WEIGHT: normal;   
    text-align: center;
}

Div.Header
{
	font-family: Arial Narrow;
	font-size: 27px;
	font-weight: bold;
} 

Div.Text
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .9em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

A:link	{	
	color:	#5A1E1E;
	}
		
A:visited	{	
	color:	#5A1E1E;
	}	

A:hover	{	
	color:	#5A1E1E;
	}
		
A:active	{	
	color:	#5A1E1E;
	}	

A.small 
{
	text-decoration:	underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight: normal;
	color:  #5A1E1E;
}

A.HEADER
{
	font-family: Arial Narrow;
	font-size: 15px;
	font-weight: bold;
	color: #5A1E1E;
}

A.HEADEROFF
{
	font-family: Arial Narrow;
	font-size: 15px;
	font-weight: bold;
	color: #5A1E1E;
	text-decoration: none;
}

UL LI.Leaf 
{
	list-style: list-style-image;
	list-style-image: url(../images/leaf_left_sm.gif);
}

UL LI	{	
	list-style-type:	square ;
	}

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

	
INPUT.BSM 
{
	text-align: center;
	background-color: #CC7066;
	width: 150px;
	height: 25px; 
	font-family: Verdana, Arial;
	font-size: 12;
	font-weight:600;
	color: #5A1E1E; 
}

INPUT.BSMON 
{
	text-align: center;
	background-color: #F2D3BB;
	width: 150px;
	height: 25px; 
	font-family: Verdana, Arial;
	font-size: 12;
	font-weight:600;
	color: #5A1E1E; 
}

.NAVBTN
{
	font-family: Verdana, Arial;
	font-size: 12;
	font-weight: 600;
	color: #5A1E1E;
}

TABLE.LEFTNAV
{
    background-image: url(../images/linen_yellow.jpeg);
	width: 180px;	
}

TD.LEFTNAV
{
	text-align: center;
	width: 180px;
}

TABLE.NAVBAR
{
    background-image: url(../images/linen_yellow.jpeg);
}

TD.NAVBAR
{
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 10px;
}

TABLE.COPYRIGHT
{
    background-image: url(../images/linen_yellow.jpeg);
	width: 520px;	
}

TABLE.PRODUCTS
{
    background-image: url(../images/linen_yellow.jpeg);
	width: 520px;	
}

TABLE.WEBSITEINFO
{
    background-image: url(../images/linen_yellow.jpeg);
	width: 180px;
}

TD.Header
{
	font-family: Arial Narrow;
	font-size: 27px;
	font-weight: bold;
}

TD.ProductInfo
{
	font-family: Verdana, Arial;
	font-size: 12px;
}
