/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{

	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

UL {list-style-image: url(img/list_arrow.gif);
margin-left: 10px; padding-left: 10px;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;}
	H1 { font-size: 1.2em; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0em}
	H2 { font-size: 1.0em; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0em}

 A:link { COLOR: #003366}
A:visited { COLOR: #003366 }
A:active { COLOR: #003366 }
A:hover { COLOR: #003366; TEXT-DECORATION: none}
.time { font-size: 12px; }
.style1 {font-size: 14px}
.style2 {font-size: x-small}
   .style3 {
        background-color: #F6F7FA;
        background-image: url(img/titlebkg.jpg);
        background-position: top center;
        padding: 0.1em;
      }