html, body {
	height:100%;
	margin:0px;
	padding:0px;
	background-color: #4D4E50;
}

td {
	color: #666666;
	font-size: 11px;
	font-family: Verdana;
}

input {
	background-color:#eeeeee;
	border:none;
	font: 11px Verdana;
	color:black;
}

.btn {
					border:none;
					background-color:#F07F07;
					width:133px;
					height:27px;
					font-weight:bold;
					padding-left:5px;
					padding-bottom:2px;
					color:white;
					cursor:pointer;
}

.grey {
	background-color: #cccccc;
}

a:link		{ color: #4D4E50;  font-size: 10px; line-height: 14px; font-family : Verdana, Arial, sans-serif; font-weight : normal; text-decoration : underline;}
a:visited	{ color: #4D4E50;  font-size: 10px; line-height: 14px; font-family : Verdana, Arial, sans-serif; font-weight : normal; text-decoration : underline;}
a:active	{ color: #4D4E50;  font-size: 10px; line-height: 14px; font-family : Verdana, Arial, sans-serif; font-weight : normal; text-decoration : underline;}
a:hover		{ color: #4D4E50;  font-size: 10px; line-height: 14px; font-family : Verdana, Arial, sans-serif; font-weight : normal; text-decoration : underline;}
