  .home_links { font-family: tahoma; color: black; text-decoration: none }

  .home_links:hover { font-family: tahoma; color: maroon; text-decoration: underline }
 
  .links { font-family: tahoma; color: white; text-decoration: none }

  .links:hover { font-family: tahoma; color: #3399FF; text-decoration: underline }

  .black_links { font-family: tahoma; color: black; text-decoration: none }

  .black_links:hover { font-family: tahoma; color: black; text-decoration: underline }

  .blue_links { font-family: tahoma; color: blue; text-decoration: none }

  .blue_links:hover { font-family: tahoma; color: blue; text-decoration: underline }

  .white_links { font-family: tahoma; color: white; text-decoration: none }

  .white_links:hover { font-family: tahoma; color: white; text-decoration: underline }
	
  table{
  border-collapse:collapse;
  }
   
  .home_table {
   border-collapse:collapse;
   border-color:#000000; 
  }
  
  .home_table_underlined_rows {
   border-color:#000000;    
   border-left-width:0;
   border-right-width:0;
   border-top-width:0;
   border-bottom-width:1;
  }
  
  .home_body_color {
	background-color: #7dacc2;
  }

  .home_white_links {
    font-family: tahoma;
	font-size:10pt;
	color: white;
	text-decoration: underline;
  }
  
  .home_white_links:hover {
	font-family: tahoma;
	font-size:10pt;
	color: white;
	text-decoration: underline;
  }  
  
  .home_white_text {
    font-family: tahoma;
	font-size:10pt;	
	color: white;
  }
  
  .home_white_links_no_underline{ 
	font-family: tahoma;
	font-size:10pt;
	color: white;
	text-decoration: none;
  }  
  
  .home_white_links_no_underline : hover {
	font-family: tahoma;
	font-size:10pt;
	color: white;
	text-decoration: underline;
  }    
  
  .home_blue_text {
    font-family: tahoma;
	font-size:10pt;	
	color: #0099FF;
  } 
  
  .home_black_links_right {
	font-family: tahoma;
	font-size:12pt;
	color: black;
	text-decoration: none;
  }
  
  .home_black_links_right:hover {
	font-family: tahoma;
	font-size:12pt;
	color: black;
	text-decoration: underline;
  }   
  
  .right_td {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #990000;
	text-align: right;
	height: 30px;
  }
  
  .turquoise_links {
	font-family: tahoma;
	color: #009966;
	text-decoration: underline;
	font-weight: bolder;
  }

  .turquoise_links:hover {
	font-family: tahoma;
	color: #009966;
	text-decoration: none;
	font-weight: bolder;
  }
  
  .turquoise {
	font-family: tahoma;
	color: #009966;
	font-weight: bolder;
	font-style: normal;
	text-transform: uppercase;
	font-variant: normal;
	background-color: #FFFF99;
  }  
  
  .black_text {
	font-family: tahoma;
	font-size:12pt;
	color: #000000;
  } 
 
  .black_text_indent {
	font-family: tahoma;
	font-size:12pt;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
  }
  
  .style2 {
	font-size: 10pt;
	font-family: tahoma;
  }
