/* D4D Dijital Marka Çözümleri */
body, h1, h2, h3, h4, form{
	margin	: 0;
	padding	: 0;
}

body {
	font-family : Tahoma;
	font-size	: 11px;
	font-weight	: normal;
	color		: #666666;
	background-color : #717F8E;
	line-height:160%;
}

td, th, input, select, textarea, optgroup {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size   : 11px;
}

a:link {
  color: #0240a3;
}

a:visited {
  color: #0240a3;
}

a:active {
  color: #000000;
}

img {
  border: none;
  margin: 0;
}

legend {
  white-space   : nowrap;
}

input, textarea, select		
{
    padding     : 1px;	 		
    border      : 1px solid #D0D0D0; 	
}

.displayNone {
  display   : none !important;
}
.displayHide{
	visibility:hidden;
}

.blue   { color:Blue; }
.red    { color:Red; }
.bold	{ font-weight:bold; }
