@charset "utf-8";
/* CSS Document */


.even {
	background-color: #E9E1B3; 
	border:1px black solid;
}
.odd {
	background-color: #FFFFCC;
}
.other {
	background-color: #FFFFFF;
}
#wrap td {
	padding: 10px;
	padding-left: 10px;
	text-align: left;
}
#wrap tr {
	border-top: 1px black solid;
}

img {
	border: 2px solid #006633;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:500;
	color: #006633;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
