*
{
	font-family: Arial, Sans-Serif;
	
}

body
{
	background-color: #EDE0E7;
	color: #555555;
	
	font-size: 9pt;
	margin: 0px;
}

DIV.extents
{
	width: 750px;
	margin: 30px auto;	
		
	border: solid 2px #923F4F;
	background-color: White;
}

DIV.page
{
	border: solid 1px #923F4F;
	margin: 2px;
	
	padding: 10px 10px 0px 10px;
	background-color: white; 
}


IMG.bannerHands
{
	height: 110px; 
	display: block; 
	float: left;
	
	border: none 1px #923F4F;
}

DIV.content
{
	border: none 1px blue;
	padding: 2px;
}


SPAN.menuDivider { padding: 0px 40px; }

DIV.mainMenu
{
	float: left; 
	font-size: 10pt; 
	line-height: 1.4; 
	padding-right: 0px;
	padding-top: 5px; 
	width: 155px;
	text-align: left;
}

A.mainMenu { font-size: 8pt; color: #31271F; }
A.mainMenu:hover { color: blue; }

A.mainMenuOn { font-size: 8pt; font-weight: bold; color: navy; cursor: default; }
A.mainMenuOn:hover { color: navy; }


A { color: #31271F; text-decoration: none; }
A:hover { color: blue; }

P { margin-top: 0px; margin-bottom: 10px; text-align: justify; line-height: 1.4; }


H1 { font-size: 12pt; margin: 0px 0px 12px 0px; font-weight: normal; color: #923F4F; }
H2 { font-size: 10pt; margin: 0px; margin-bottom: 10px; color: #923F4F; }

INPUT { font-size: 8pt; }

.bigTB { width: 250px; border: solid 1px #5B4839; }


UL
{
	margin-bottom: 10px;
}

LI
{
	list-style-type: square;
	margin-bottom: 5px;
	line-height: 1.3;
	text-align: justify;
}
