body, td {
	font-weight : lighter;
	font-size : 11px;
	font-family : Arial, Verdana, Helvetica, sans-serif;
}
a.white, a.white:link, a.white:active, a.white:visited {
	color : #aebd35;
	text-decoration : none;
}
a.white:hover {
	text-decoration : underline;
}
a.blue, a.blue:link, a.blue:active, a.blue:visited {
	color : #0077c0;
	text-decoration : none;
}
a.blue:hover {
	text-decoration : underline;
}
a.green, a.green:link, a.green:active, a.green:visited {
	color : #d3d996;
	text-decoration : none;
}
a.green:hover {
	text-decoration : underline;
}
.mytd {
	border-color: #aebd35;
	border-style: solid;
	border-width: thin;
}
