/* DEFAULT */

body,div,td
{
	color: #000;
	font-size: 11px;
}

input, textarea, button {
	color: #000;
	border: 1px solid #232323;
	background-color: #fff;
	padding: 2px;
	font-family: Tahoma, Verdana, serif, sans-serif;
	font-size: 11px;

}

#newsletter {
	color: #000;
	padding: 0;
	margin: 0 0 2px 2px;
	border: 0px solid #cbd8e6;
	font-family: Tahoma, Verdana, serif, sans-serif;
	font-size: 11px;

}

a:link 
{
	font-size: 11px;
	text-decoration: none;
	color: #d8230c;
   background: transparent;
}
a:visited 
{
 	font-size: 11px;
  	text-decoration: none;
	color: #d8230c;
  	background: transparent;
 }
a:hover 
{
	font-size: 11px;
	text-decoration: none;
	color: #162c6a;
	background: transparent;
}
a:active 
{
	font-size: 11px;
	text-decoration: underline;
	color: #162c6a;
	background: transparent;
}


a.bottom_a:link 
{
	font-size: 9px;
	text-decoration: none;
	color: #232323;
   background: transparent;
}
a.bottom_a:visited 
{
 	font-size: 9px;
  	text-decoration: none;
	color: #232323;
  	background: transparent;
 }
a.bottom_a:hover 
{
	font-size: 9px;
	text-decoration: none;
	color: #686e71;
	background: transparent;
}
a.bottom_a:active 
{
	font-size: 9px;
	text-decoration: underline;
	color: #686e71;
	background: transparent;
}
