/* Default CSS Stylesheet for a new Web Application project 

lt brn: 998675
md brn: 736357
dk brn: 534741
rd brn: 42210b

*/

html, body 
{
	margin: 0px; 
	font-family: Calibri, Arial, Helvetica; 
	background-color: #736357;
	}

/* For PopUp Box JS*/
#boxid {
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 460px;
	height: 0px;
	z-index: 200;
}

.menuItem 
{
	background: url(images/bg_gray.png); 
	height: 36px; 
	text-align: center; 
	font-size: 16px;
	}
	
.menuFoot 
{
	font-size: 10pt; 
	color: #111111; 
	line-height: 150%;
	}
	
.pageHeading 
{
	font-size: 16pt; 
	color: #42210b; 
	font-weight: bold;
	}

.contentArea
{
	background-color: #998675;
	}

h1 
{
	font-size: 5pt;
	color: #534741;
	display: inline;
	}

A:link	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	}

A.menuFoot:link	{	
	text-decoration:	none;
	color:	#42210b;
	}	
		
A.menuFoot:visited	{	
	text-decoration:	none;
	color:	#42210b;
	}	
		
A.menuFoot:active	{	
	text-decoration:	none;
	color:	#42210b;
	}	
		
A.menuFoot:hover	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	}

A.edit:link	{	
	text-decoration:	none;
	font-size: 8pt;
	color:	#000099;
	}	
		
A.edit:visited	{	
	text-decoration:	none;
	font-size: 8pt;
	color:	#000099;
	}	
		
A.edit:active	{	
	text-decoration:	none;
	font-size: 8pt;
	color:	#000099;
	}	
		
A.edit:hover	{	
	text-decoration:	underline;
	font-size: 8pt;
	color:	#000099;
	}

A.search:link	{	
	text-decoration:	none;
	font-size: 5pt;
	color:	#534741;
	}	
		
A.search:visited	{	
	text-decoration:	none;
	font-size: 5pt;
	color:	#534741;
	}	
		
A.search:active	{	
	text-decoration:	none;
	font-size: 5pt;
	color:	#534741;
	}	
		
A.search:hover	{	
	text-decoration:	none;
	font-size: 5pt;
	color:	#534741;
	}