/* DEFAULT */

body,div,td
{
	color: #3f3f3f;
}

input, textarea, button {
	color: #daf5ff;
	border: none;
	background-color: #6A7D8C;
	padding: 2px;
	font-family: Tahoma, Verdana, serif, sans-serif;
	font-size: 11px;

}

a:link 
{
	text-decoration: none;
	color: #0182cc;
   background: transparent;
}
a:visited 
{
 
  	text-decoration: none;
	color: #0182cc;
  	background: transparent;
 }
a:hover 
{
	text-decoration: none;
	color: #db8c01;
	background: transparent;
}
a:active 
{
	text-decoration: underline;
	color: #db8c01;
	background: transparent;
}

a.bottom_menu:link
{
	text-decoration: none;
	color: #707070;
   background: transparent;
}
a.bottom_menu:visited 
{
 
  	text-decoration: none;
	color: #707070;
  	background: transparent;
 }
a.bottom_menu:hover 
{
	text-decoration: none;
	color: #db8c01;
	background: transparent;
}
a.bottom_menu:active 
{
	text-decoration: underline;
	color: #db8c01;
	background: transparent;
}