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

body, td, th {
	font-family: myriad,'trebuchet ms',verdana,lucida,helvetica,sans-serif;
	color: #ddd;
	font-size:small;
	background-color:#333
}
.bkcell {
	background-color: #000;
	max-width:128;
}
a:link {
	color: #Fa8;
	text-decoration: none;
	border:0;
}
a:visited {
	color: #d83;
	text-decoration: none;
}
a:hover {
	color: #FF0;
	text-decoration: underline;
}
.outsetcell {
	border-style:outset;
}

.Headline font {
	color: #FFF;
	font-size: x-large;
}
.GrayLink strong {
	color: #C0C0C0;
}
.toutset {
	border-style:outset;
}
dt {
	font-weight:bold;
}