body { 
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 10pt;
	 background-color:#FFFFFF;
	 background : White;
	 border : none;
	   margin:0px;
	 }
	 
	 
td {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10pt;
	 color: #000000;
	 }

H2  {
	 font-family: Arial, Helvetica, sans-serif;
	 font-weight: bold;
	 color:#000080;
	 }

H3  {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12pt;
	 color:#000080;
	 }

H4  {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10pt;
	 color:#000080;
	 }


  /* Blue Bold paragraph format */
P.bluebold {
	font-family : Arial, Helvetica, sans-serif; ;
	font-size: 11pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color : #000080;
	font-weight : bold;
  }
  
 
    /* Blue Bold paragraph format */
P.bluebold-2 {
	font-family : Arial, Helvetica, sans-serif; ;
	font-size: 11pt;
	color : #000080;
	font-weight : bold;
  }
  
  /* Photo Captions*/
a.Photocap   {
	text-align : left;
	background-color : white; 
	font-size : 8pt;
	color : Black;
	font-weight: bold;
  }
  
  /* Photo Captions*/
P.Photocap   {
	text-align : left;
	background-color : white; 
	font-size : 8pt;
	color : Black;
	font-weight: bold;
  }
    
  
P.Photocap-c   {
	text-align : center;
	background-color : white; 
	font-size : 8pt;
	color : Black;
	font-weight: bold;
  }  



a:visited {font:bold;color:#0000DD;text-decoration: none;}
a:hover {font:bold;color:#CC0000;text-decoration: none;}
a:link {font:bold;color:#0000DD;text-decoration: none;}
.menuBut{font:bold 10pt Arial,Verdana,Helvetica;color:#000000;cursor:hand;background-color:#EEEEEE;border:1pt solid #CCCCCC;}
.button{
	font:bold 8pt Arial,Verdana,Helvetica;
	color:#FFFFFF;
	cursor:hand;
	border:1pt solid #CCCCCC;
	background:url(/images/inputBtn.jpg);
}




#left-nav {
	padding-top:20px;
	width:140px;
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	border-right:#000 2px solid;
}

#left-nav A.navLink {
	font-size:11px;
	display:block;
	color:#FFF;
	font-weight:bold;
	width:150px;
	height:24px;
	line-height:24px;
	text-align:center;
	text-decoration:none;
	margin:2px 0px 2px 6px;
	background:url(ripple/images/navBtn.gif);
	background-position:0px 0px;
}

#left-nav A.navLink:hover {
	background-position:0px 24px;
	color:#FFF;
	background:url(ripple/images/navBtn_on.gif);
}


