
body, th, td, p 
  { 
	color: #8B6508; 
	font-family: trebuchet ms, arial, helvetica, sans serif; 
	font-size:14px; 
  }

 A:link      
  { 
	color: #5a4300; 
	text-decoration:underline; 
	font-weight: normal; 
  }
 A:visited   
  { 
	color: #fF4500; 
	text-decoration:underline; 
	font-weight: normal; 
  }
 A:active    
  { 
	color: #deb887; 
	text-decoration:none; 
  }
 A:hover     
  { 
	color: #ffa54f; 
	text-decoration:none; 
  }


th, td, p.Sec 
  { 
	font-weight:normal; 
	font-size:9pt; 
	font-style:normal; 
	font-family: arial, helvetica, sans serif; 
  }

.Sec A:link      
  { 
	color: #5a4300; 
	text-decoration:underline; 
	font-size:8pt; 
  }
.Sec A:visited   
  { 
	color: #ff4500; 
	text-decoration:underline; 
	font-size:8pt; }
.Sec A:active    
  { 
	color: #deb887; 
	text-decoration:none; 
	font-size:8pt; 
  }
.Sec A:hover    
  { 
	color: #ffa54F; 
	text-decoration:none; 
	font-size:8pt; 
  }



input.nutbtn 
  {
	font-family:verdana,arial,helvetica,"sans serif"; 
	font-size:8pt;
	color:rgb(255,255,255); 
	font-style:normal; 
	font-weight:bold; 
	background-color:#3C372A
  }


/* The following list styles are used on nutshell/index.htm page. */

ul.peeps
   {
	margin-left: 10px;
	padding-left: 10px;
   }
li 
  {
	list-style-type:square; 
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 8px;
	padding-top: 8px;
   }

ul ul li
    { 
	list-style-type:disc; 
	margin-left: -25px;
	padding-left: -25px;
	margin-top: 8px;
	padding-top: 8px;
  } 



h2 
  { 
	font-size: 18px; 
	font-weight: bold; 
	text-align: center; 
  }
h3 
  { 
	font-size: 16px; 
	font-weight: bold; 
	text-align: center; 
	margin-top: 20px; 
	margin-bottom: 20px;
  }


.tblue 
  { 
	color: #008a99;
  }
.green 
  { 
	color: #00990f; 
  }
.red 
  { 
	color: #ff0000;
  }
.black 
  { 
	color: #000000;
  }


p.clearboth 
  { 
	clear: both; 
  }



/*
The following two hr's are used with 
<hr class="clear" /> for instances when clearing floats dosen't work properly.
*/

hr.clear 
  {
	display:block; 
	height:1px; 
	visibility:hidden; 
	clear:left;
  }
hr.clear2 
  {
	display:block; 
	height:1px; 
	clear:left; 
	visibility:hidden; 
	margin-bottom:10px;
  } 

p.center 
  { 
	text-align: center;
  }

p.center2 
  { 
	text-align: center;
	margin-top:0px;
	margin-bottom:0px;
  }


p.pretab 
  { 
	margin-bottom: 0; 
  }

#tab
  {
	margin-top: 0em;
	margin-left: 2em;
	text-align: left;
	padding: 0px; 
  }



#box1
  {
	margin: 1em auto;
	width: 400px;
	text-align: left;
	background-color: #fff0cc;
	border: 1px solid black;
	padding: 10px; 
  }

#box-vl
  {
	margin: 1em auto;
	text-align: left;
	background-color: #fff0cc;
	border: 1px solid black;
	padding: 10px; 
  }



.box2
  {
	width: 100%;
	border: 0px solid;
  }
		
		.floatleft75
		{
			float: left;
			width: 75px;
			height: 38px;
			background-color: #fff;
			margin: 0px 0px 0px 0px;
			border: 1px solid #fff;
			padding-bottom: 0px;
		}


		.floatleft125
		{
			float: left;
			width: 125px;
			height: 38px;
			background-color: #fff;
			margin: 0px 0px 0px 0px;
			border: 1px solid #fff;
			padding-bottom: 0px;
		}
