* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
}

a {
	color: #000;
}

a:hover {
	background-color: #B7F2DA;
}

li {
	list-style: none;
}

img {
	border: 0;
}

#content {
	font-family: arial, helvetica, sans-serif;
	position: absolute;
	background-color: #FFFFFF;
	left: 290px;
	top: 50px;
}

#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 60px;
	width: 175px;
}

#menu ul {
	padding-top: 15px;
}

#content td {
	padding: 0px 20px 20px 0px;
}

.big {
	font-size: 11px;
	line-height: 15px;
}

.normal {
	font-size: 9px;
	line-height: 13px;
}