		/* CSS Document */

body{
  /* this blocks font size chaning in IE7 but document scaling works pretty well */
 height: 100%;
 min-height: 100%;
 min-width: 100%;
 margin: 0;
 padding: 0;
 cellpadding:0;
 topmargin:0;
 leftmargin:0;
 width: 100%;
 font-family:Tahoma;
 font-size:12px;

}
.head_table{
margin:0;
padding:0;
width:100%;

cellspasing:0;
cellpadding:0;	
}


 
a.topmenu:link
{font-family:Tahoma; color:#646464;   font-size:12px; text-decoration:none; }
a.topmenu:visited
{font-family:Tahoma; color : #646464;   font-size:12px; text-decoration:none; }
a.topmenu:hover
{ font-family:Tahoma; color: #646464;   font-size:12px; text-decoration:none;  }

a.topmenu2:link
{font-family:"Arial, Helvetica, sans-serif";, Times, serif; color: #ef3c24; text-decoration: none; background: none; border: none; font-size:14px;}
a.topmenu2:visited
{font-family:"Arial, Helvetica, sans-serif", Times, serif; color : #ef3c24; text-decoration: none; background: none; border: none; font-size:14px;}
a.topmenu2:hover
{font-family:"Arial, Helvetica, sans-serif", Times, serif; color: #ef3c24; text-decoration: none; background: none; border: none; font-size:14px}

ul li.leaf {
list-style-image:none;
list-style-type:none;
}

form button
  { padding:0;border:none;background:transparent; }
form button img
  { display:block; }

.search{
	background:#eeffdb;
	color:#a1a1a1;
	height:17px;
}
a.old{
	color:#969696;
	font-weight:bold;
	text-decoration:none;
}
a:hover.old{
	color:#969696;
	font-weight:bold;
	text-decoration:underline;
}