/* CSS Document */
* body{
     margin: 0;
 }
html, body {
    height: 100%;
 }
body {
	background-color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	color: #6d6e71;
}
input,textarea,select,button {color : #6d6e71; font-family : Tahoma; font-size : 11px;}
.hd {
	font-family: Times New Roman;
	font-size: 13px;
	color: #6d6e71;
}
a {
	font-family: Tahoma;
	font-size: 11px;
	color: #4d4d4d;
}
a:visited {
	color: #4d4d4d;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: ##666666;
	text-decoration: none;
}
a:link {
	color: #4d4d4d;
	text-decoration: none;
}
