body {
	margin 				: 0px;
	padding				: 8px;
	background			: #FFFFFF;

}

img {
	border				: none;
}

td {
	font				: 11px verdana;
}

p,ul {
	margin-top 			: 5px;
	margin-bottom		: 15px;
}

a {
	color				: #0000FF;
	text-decoration		: none;
}

a:hover {
}

small {
	font-size			: 10px;
}


h1 {
	font-weight			: bold;
	font-size			: 14px;
	margin				: 0 0 10 0px;
	padding				: 0px;
}

ul {
	margin-top			: 10px;
	margin-bottom		: 10px;
	list-style			: square;
}

li {
	margin-bottom		: 5px;
	margin-top			: 5px;
}


.button {
	font			: 10px verdana;
	font-weight		: bold;
	background		: #0B783F;
	border			: none;
	padding			: 3px;
	cursor			: hand;
	color			: #E7E4B7;
}

textarea, select, input {
	font			: 10px verdana;
	border			: 2px inset #FFFFFF;
}



.menu {
	padding			: 0px 10px 0px 10px;
	vertical-align	: bottom;
}

.date {
	color			: #959595;
	text-decoration	: none;
}