td		{

		
		font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
		font-size: 8pt; 
		color: #000000; 
		line-height: 140%;


}

.blank		{

		font-size: 1pt;

}

.pagetitle	{font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 12pt; color: #676CA6; font-weight:bold;}
.button 	{font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 10pt; color: #676CA6; font-weight:bold;}

A:link		{color: #575757; text-decoration:none;}
A:visited	{color: #575757; text-decoration:none;}
A:hover		{color: #575757; text-decoration:underline;}


/* Sample CSS definition for the example list. Remove if desired */
.navlist li {

		width: 120px;
		background-color: #BEC4BC;
		padding-bottom: 2px;
		font-size: 8pt;
		font-weight:bold;
		color:#575757;
		list-style: none; margin:0; padding:0;
		
}


.anylinkcss  {

			border-left:1px solid #676CA6; border-right:1px solid #676CA6; border-top:1px solid #676CA6; border-bottom:0px solid #676CA6; position:absolute;
			visibility: hidden;
			line-height: 18px;
			text-align:left;
			z-index: 100;
			background-color: white;
			width: 205px; font-style:normal; font-variant:normal; font-weight:normal; font-size:8pt; font-family:Verdana


}

.anylinkcss a  {

			color: #636363;
			width: 100%;
			display: block;
			text-indent: 3px;
			border-bottom: 1px solid #676CA6;
			padding: 1px 0;
			text-decoration: none;
			
			font-weight: bold;
			text-indent: 5px;

}

.anylinkcss a:hover  { /*hover background color*/

			background-color: #EAEBE9;
			text-decoration: none;
			color: #585858;

}