/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

A.home:link	{	
	text-decoration:	none;
	color:	#6C3327;
	font-size:x-small;
	font-weight:bold;
	}	
		
A.home:visited{	
	text-decoration:	none;
	color:	#6C3327;
	font-size:x-small;
	font-weight:bold;
	}	
		
A.home:active{	
	text-decoration:	none;
	color:	#6C3327;
	font-size:x-small;
	font-weight:bold;
	}	
		
A.home:hover{	
	text-decoration:	underline;
	color:	#CC905F;
	font-size:x-small;
	font-weight:bold;
	}

IMG {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
a.topnavbar:link  {
	text-decoration:underline;
	color:#CC905F;
	font-size:x-small;
	font-weight:bold;
	}
	             
.Tabselected {
	COLOR: #CC905F; 
	TEXT-DECORATION:underline;
	font-size:x-small;
	font-weight:bold;
	}

.FSB{SCROLLBAR-HIGHLIGHT-COLOR: #CC905F;
     SCROLLBAR-SHADOW-COLOR: #6C3327;
	 SCROLLBAR-3DLIGHT-COLOR: #6C3327; 
	 SCROLLBAR-ARROW-COLOR: #CC905F; 
	 SCROLLBAR-DARKSHADOW-COLOR: #6C3327; 
     SCROLLBAR-BASE-COLOR: #6C3327;}	
p.paraph {line-height:1.5;
	font-size:x-small;
	 font-family:Arial ;}  
td.guestTesti {color:	#6C3327;
	         font-family:Arial;
	         font-weight:normal;
	         font-size:smaller;
	         }
p.l	{	
	text-decoration:	none;
	color:	#6C3327;
	font-size:x-small;
	font-weight:bold;
	}	
.button	   {
	font-weight:bold;
	font-family:Arial;
	Font-Size:x-small;
	background-color:Transparent;
	color:#6C3327;
	border-width:0px;
	}		