/* CSS Document */
<STYLE type="text/css">

dud { margin: 0px; }

body {font-family: Verdana, Arial, sans-serif;
	  font-size: .75em;
	  color: #000000;
	  background-color: #FFE09F; 
	  margin: 0px;
	  padding: 0px; } 
	
dd { font-size: smaller; }	   

h1 { font-size: 16pt;
   	 color: #552F28; 
	 text-align: center;
	 line height: 1; }

h2 { font-size: 13pt;
   	 color: #552F28;
	 text-align: left;
	 line height: 1; }
	 
h3 { text-align: center;
   	 color: #552F28;
	 line height: 1; }
	 
h4 { color: #552F28;
     line height: 1; }

p {line-height: 1; }
	 
a:link { color: #552F28;
	   	 text-decoration: none; 
		 font-variant: small-caps;
		 font-weight: bold; }
		 
a:visited { color: #552F28;
		  	text-decoration: none;
			font-variant: small-caps;
			font-weight: bold;  }
			
a:hover { color: #552F28;
		  text-decoration: underline;
		  font-variant: small-caps;
		  font-weight: bold;  }

a:active { color: #552F28;
		   text-decoration: none;
		   font-variant: small-caps;
		   font-weight: bold;  }
		   
.comment { font-style: italic;
		   font-weight: bold;
		   text-align: center; }

.caption { font-size: 8pt;
		   color: #552F28; 
		   text-align: center; }
		 
.list dd { font-variant: normal; 
	  	   color: #000000; }	
		   	   
#header { color: #552F28;
	   	  font-weight: bold;
		  font-size: 10pt;
	   	  text-align: center;
		  width: 100%;
		  background-color: #E1B373;
		  line-height: 115%; }
		  
#logo { width: 100px; }
		  
#menu { color: #552F28;
	   	font-weight: bold;
		font-size: 9pt;
	   	text-align: center;
		background-color: #E1B373;
		line-height: 115%; }

#content { padding-left: 140px;
		   padding-right: 10px;
		   padding-top: 10px; }

.box { width: 250px; 
	   margin-left: 10px;
	   margin-top: 20px;
	   background-color: #F7E2C4;
	   border-width: medium;
	   border-color: #552F28;
	   border-style: outset; }

.column { width: 40%;
	      padding-left: 20px;
	  	  position: absolute;
		  right: 20px; }
	
.article { width: 50%; }		  
	   	   
.box dt { color: #552F28;
	 	  font-weight: bold; }
	
.note { font-size: smaller;
	  	font-weight: bold; 
		font-style: italic; 
		text-align: center; }	
	
div.figure { width:58%; }
div.figure p { text-align: center;
  		   	   font-style: italic;
  			   font-size: smaller;
  			   text-indent: 0; }
	
.scale { width: 100%; 
	   	 height: 100%;}
		 
.times { padding-right: 15px; 
	   	 margin-right: 15px;
		 margin-bottom: 10px;
		 float: left; }
		 
.bold { font-weight: bold; }	

.new { margin-left: 5px;
	   padding-left: 5px; }
		 
.mcc { border: solid;
	   border-color: #552F28; 
	   float: ;}
	   
.left { float: left; 
	  	width: 50%}

.right { text-align: right; }
		
.bold { font-weight: bold; }
	   	 
</STYLE>

