body, p, div, td, input, select, textarea
{
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size:12px;
	color:#404040;
	text-decoration: none;
}
input,textarea
{
	@if (is.ie) {
		color: #000000; background-color:#FFFFFF; border: 1px solid #D0D0D0;
		/*border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; */
	}
}
textarea { overflow:auto }

select
{
 color: black;
 background-color: white;
 font-family: Verdana, serif;
 font-size: 10px;
 font-weight: normal;
 border-color: black;
 border-style: solid;
 border-width: 1px;
}

/* LInk */
A          { color:#0000FF; text-decoration:none;font-weight: none; }
/*A:hover    { color:#4D7CC1; text-decoration:underline;font-weight: bold;}*/
A:hover    { color:#4D7CC1; text-decoration:none;font-weight: bold; }
A:active   { color:#0000FF; text-decoration:none;font-weight: none; }

