a 			{color: #2F2F2F; text-decoration:none;}
a:hover 	{color: #E80202; text-decoration:underline;}
a:active 	{color: #E80202; text-decoration:underline;}
.body {
	font-size: 13px; font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif
}
.menu-active
{  COLOR: #ff0000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
}
.menu:link {
	color: #000099; font-weight: bold; font-size: 11px; font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif; text-decoration: none
}
.menu:visited {
	color: #000099; font-weight: bold; font-size: 11px; font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif; text-decoration: none
}
.menu:hover {
	color: #ff0000; font-weight: bold; font-size: 11px; font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif; text-decoration: none
}
.footer:link {
	color: #99ccff; font-size: 10px; font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif; text-decoration: none
}
.footer:visited {
	color: #99ccff; font-size: 10px; font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif; text-decoration: none
}
.footer:hover {
	color: #66ccff; font-size: 10px; font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif; text-decoration: underline
}
/* Text style formating for signup button. */
.PPRSbmtBtn
{ font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  font-weight: bold; }
/* Text style formating of the field label. */
.PPRLabelText
{ color: #000000;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: xx-small;
  font-weight: bold; }
/* Text style formating of the input box. */
.PPRField
{ color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  background-color: #ffffff; }
/* Text style formating of the radio and check boxes. */
.PPCheckRadio
{ color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small; }
  /* Text style of subtitle text */
.PPSubTtlTxt
{ color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: x-small; }
  /* Color of sub title table */
.PPSubTtlTbl
{ background-color: #dee4f4; }

/*-------------css container news---------------*/
.news_content{	border-left:1px solid #838383;
				border-right:1px solid #838383;
				background:url(../images/news_bg.gif) repeat-x left bottom;
				padding-left:8px;
	}
.news_content a:link, .news_content a:visited, .news_content a:active{	
				color:#1d1c1c;
				font-family:Tahoma;
				font-size:11px;
				line-height:18px;
			/*	padding-left:8px;*/
}
.news_content a:hover{
				color:red;
				text-decoration:none;
	}
