body { 
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 11pt;
	 color: #000000;
	 background :  #ffffff;
	 border : none;
	 }

td {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12pt;
	 color: #000000;
	 }
	 
H1  {
	 font-family: Arial, Helvetica, sans-serif;
	  font-size: 20pt;
	 font-weight: bold;
	 color:#000080;
	 }	 

H2  {
	 font-family: Arial, Helvetica, sans-serif;
	  font-size: 16pt;
	 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;
	 }

/* thin table, row and cell format */
.thin{
border: 1px solid #000}	 
	 
.bold	 
{
	font-family : Arial, Helvetica, sans-serif; ;
	font-size: 11pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color : #000000;
	font-weight : bold;
  }
  /* Blue Bold paragraph format */
.bluebold {
	font-family : Arial, Helvetica, sans-serif; ;
	font-size: 11pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color : #000080;
	font-weight : bold;
  }
  
 .bluebold-2  
{
	font-family : Arial, Helvetica, sans-serif; ;
	font-size: 15pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color : #000080;
	font-weight : bold;
  }  
  
 .bluebold-13  
{
	font-family : Arial, Helvetica, sans-serif; ;
	font-size: 13pt;
	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*/
  
  
.Photocap   {
	text-align : left;
	background-color : ffffff; 
	font-size : 9pt;
	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;
}

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

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


