body {
	margin 				: 0px;
	padding				: 0px;
	background-color	: #FFFFFF;
}

td {
	font				: 11px verdana;
}

p,ul {
	margin-top 		: 5px;
	margin-bottom	: 15px;
}

.button {
	font			: 10px verdana;
	font-weight		: bold;
	background		: #EEEEEE;
	border			: 2px outset #FFFFFF;	
	cursor			: hand;
	color			: #9E2226;
}

input {
	font			: 10px verdana;
	border			: 2px inset #FFFFFF;
}


a {
	color			: #9E2226;
	font-weight		: bold;
	text-decoration	: none;
}
a:hover {
}


.descript {
	color			: #777777;
	font-weight		: normal;
}
