
/*General CSS .. First one= a.none is just to make this comment far from a.notunderline*/

	
a.notunderline {

   font-family: Times New Roman, arial;
    color : #000080;
	text-decoration :none;

}

a.notunderline:hover {

   font-family: Times New Roman, arial;
	color : #c40000;
	text-decoration :underline;

}





a.underline {

 color : #000080;
	text-decoration : underline;

}

a.underline:hover {

	color : #c40000;
	text-decoration : none;

}



a.cellhover {
 background-color: inherent;
 color : #000000;
	text-decoration : none;

}

a.cellhover:hover {
    background-color: #D1054D;
    color : #ffffff;
	cursor: pointer;

}






a.cellhover-news1 {
 background-color: inherent;
 color : #000000;
	text-decoration : none;

}

a.cellhover-news1:hover {
    background-color: #2b2bac;
    color : #FFE2C6;


}







a.temp-cellhover {
 background-color: inherent;
 color : #0000800;
	text-decoration : none;

}

a.temp-cellhover:hover {
    background-color: #D1054D;
    color : #ffffff;
	cursor: pointer;

}








 a.poll-underline {

	color : #000000;
	text-decoration : underline;

}

a.poll-underline:hover {

	color : #ae0000;
	text-decoration : none;

}

a.poll-underline-inverse {

	color : #ae0000;
	text-decoration : none;

}

a.poll-underline-inverse:hover {

	color : #000000;
	text-decoration : underline;

}


a.summ-in-home {

 /* font-size:14px; */
  color : #000080;
  text-decoration : none;
  font-family: Times New Roman, arial;

}

a.summ-in-home:hover {

 /* font-size:14px; */
  color : #d80000;
  text-decoration : underline;
  font-family:Times New Roman, arial;

}

a.summ-in-index {

  font-size:15px;
  color : #000080;
  text-decoration :none ;
  font-family: Times New Roman, arial;

}

a.summ-in-index:hover {

  font-size:15px;
  color : #000000;
  text-decoration : underline;
  font-family:Times New Roman, arial;

}

a.summ-with-bigimg {

  font-size:16px;
  font-weight:bold;
  color :#d80000;
  text-decoration : none;
  font-family: Times New Roman, arial;

}

a.summ-with-bigimg:hover {

  font-size:16px;
  font-weight:bold;
  color : #000080 ;
  text-decoration : underline;
  font-family: Times New Roman, arial;
  
  }

  .bodystyle {
  font-family: Times New Roman, arial;
  font-size:16px;
  color : #000000;
   }

