body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color : #4C4C4C;
	font: normal 11px Tahoma;
}
table {
	/*width : 100%;*/
	color : #4C4C4C;
	font: normal 11px Tahoma;
}
fieldset {
	background: #DEDEDE;
}
tr, td {
	color : #4C4C4C;
	font: normal 11px Tahoma;
}
a, a:active, a:visited  {
	color : #000;
	font: normal 11px Tahoma;
	text-decoration : underline;
}
a:hover{
	color : #DB0000;
	font: normal 11px Tahoma;
	text-decoration : none; 
}
img {
	border: 0px;
}
input, textarea, select {
	color : #4C4C4C;
	font: normal 11px Tahoma;
	border: solid 1px #808080;
	padding: 2px;
	margin: 1px;
	/*overflow: auto;*/
}
.chex {
	border: solid 0px;
}
label {
   font-weight : bold;
}