/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
      background-color:#EFE4DF;
}

img { border:0;
}

a{
	color: #AF7658;
      font-weight: bold; 
      

}
a:visited {
	color: #D6B8A8;
      font-weight: bold; 

/* a:hover {
	text-decoration: underline;
}
overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

img { border: 0px solid #ffffff;
     }

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 80%;
 color: #AEC472;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

	


.story{
	clear: both;
	padding: 10px 0px 0px 10px; 
}

.story p{
	padding: 3px 5px 3px 0px;
	text-align:justify;
	text-indent: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin: 0 0 0 0;  
		
}
.story ul { 
	margin: 7px 0 10px 30px;
	list-style-type: disc;
	padding: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-align:justify;
	}
.story li { 
	margin: 7px 0 7px 30px;
	padding: 0px 0px 0px 0px;
	line-height: 145%;
	}

.story ol { 
	margin: 7px 0 20px 30px;
	padding: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:justify;
}

.story h5 {
	padding: 3px 10px 3px 0px;
	text-indent: 35px;
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	margin: 0 0 0 0; 
} 
.story p img{
	margin: 0px 10px 0px 10px;
}
.story a:visited {
	color: #000099;
	text-decoration: none;
}
.table {
font-family:Tahoma;
	font-size:12px; 	
			
	}
.table th {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
background-color:#DADAE2;
}
.table td { 
	font-family:Tahoma;
	font-size:12px;
	
}
.table1 {background-color:#F7F2F0;}
.table2 {background-color:#CCCCCC;}
.table table { 
border:0;
cellpadding:0;
cellspacing:3;
}

.form  select  {
  font-size:10pt;
  font-family:Tahoma;
  color:#D2DEB0;
  border:1px solid #f4f4f4;
}






