/* DEFAULT */



input, textarea, button {
	color: #000;
	border: 1px solid #999999;
	background-color: #fff;
	padding: 2px;
	font-family: Tahoma, Verdana, serif, sans-serif;
	font-size: 11px;

}

a:link 
{
	text-decoration: none;
	color: #d37629;
   background: transparent;
}
a:visited 
{
 
  	text-decoration: none;
	color: #d37629;
  	background: transparent;
 }
a:hover 
{
	text-decoration: none;
	color: #d37629;
	background: transparent;
}
a:active 
{
	text-decoration: underline;
	color: #d37629;
	background: transparent;
}

a.bottom_a:link 
{
	font-size: 10px;
	text-decoration: none;
	color: #2575A7;
	background: transparent;
}
a.bottom_a:visited 
{
 	font-size: 10px;
	text-decoration: none;
	color: #2575A7;
	background: transparent;
 }
a.bottom_a:hover 
{
	font-size: 10px;
	text-decoration: none;
	color: #DF0F0F;
	background: transparent;
}
a.bottom_a:active 
{
	font-size: 10px;
	text-decoration: underline;
	color: #DF0F0F;
	background: transparent;
}
