body {
	background-color:#E8D8B6;
	background-image:url('images/backgrd.jpg');
	background-attachment:fixed;

	color:#000000;
	font-family:Verdana, tahoma, arial;
	font-size:10pt; 
	text-decoration:none; 
	text-align:justify;
	
	scrollbar-base-color:#D1BC90;
	scrollbar-3dlight-color:#E8D8B6;
	scrollbar-arrow-color:#E8D8B6;
	scrollbar-darkshadow-color:#D1BC90;
	scrollbar-face-color:#D1BC90;
	scrollbar-highlight-color:#E8D8B6;
	scrollbar-shadow-color:#E8D8B6;
	scrollbar-track-color:#E8D8B6;
}


/***********************************************************************************************************/

.navigation {
	float:left;
	color:#000000;
	text-align:left;
	font-size:7pt;
	width:123;
	margin:30 30 30 22;
}

a.navi:link
 {
  text-decoration:none; 
  color:#006600;
  font-size:12pt;
  font-weight:bold;
 }
 a.navi:hover
 {
  text-decoration:none; 
  color:#000000;
  font-size:12pt;
  font-weight:bold;
 }
 a.navi:visited
 {
  text-decoration:none; 
  color:#006600;
  font-size:12pt;
  font-weight:bold;
 }
 a.navi:active
 {
  text-decoration:none;
  color:#006600;
  font-size:12pt;
  font-weight:bold;
 }
 
#up {
	font-size:10pt;
	font-weight:bold;
	color:#006600;
	border-top:2px solid #006600;
	border-bottom:2px solid #006600;
	border-right:2px solid #006600;
	border-left:2px solid #006600;
}

#count {
	font-size:10pt;
	font-weight:bold;
	color:#006600;
	margin-top:10pt;
	border-top:2px solid #006600;
	border-bottom:2px solid #006600;
	border-right:2px solid #006600;
	border-left:2px solid #006600;
}



/***********************************************************************************************************/

.main {
	margin-left:5;
	margin-right:70;
	margin-top:18;
}


/************************************************************************************************************/


h1 { 
	font-size:15pt; 
	text-decoration:none; 
	text-align:center;
	font-weight:bold; 
	color:#006600;
	padding-bottom:15pt;
}

h2 { 
	font-size:13pt; 
	text-decoration:none; 
	font-weight:bold;
}

h3 { 
	font-size:13pt; 
	font-weight:bold; 
	color:#006600;
}

h4 { 
	font-size:10pt; 
	font-weight:bold;
	color:#006600;
	padding-top:12pt;
}

img {
	border-color:#006600;
}

table, tr, td { 
	font-size:10pt; 
	font-weight:inherit;
	text-align:justify;
	border:#000000;
}

a:link {
	color:#006600;
	font-size:inherit; 
	text-decoration:underline;
}

a:active {
	color:#006600;
	font-size:inherit; 
	text-decoration:underline;
}

a:hover {
	color:#000000;
	font-size:inherit; 
	text-decoration:underline;
}

a:visited {
	color:#006600;
	font-size:inherit; 
	text-decoration:underline;
}