body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.greentext {
	font-weight: bold;
	color: #007E77;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.greentextbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #007E77;
}
.blacktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.blacktextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

ul li {
	margin-left: -20px;
}

table{
	font-size: 13px;
}

#tray{
	width: 100%;
}

#container{
	width: 750px;
	border: 1px solid white;
	margin: 15px;
}
.footer {
	background-color: #007e77;
	color: white;
	text-align: center;
}

.txttit {
	font-size: 15px;
	font-weight: bold;
}

.txtbig {
	font-size: 18px;
	color: white;
}