/* text only styles */
body {
	color: #000000;
	background: #FFFFFF;
}
a {
	color: #0000FF;
}
img {
	display: none;
}

/* Tables */
caption {
	border-bottom: 2px solid #333333;
	color: #666666;
}
thead, table .section_header {
	background: #000;
	color: rgb(255, 214, 92);
}
tr.o {
	background: #FFFFFF;
}
tr.e {
	background: #EEEEEE;
}
#grad_frames tr {
	border-bottom: 1px dotted #000000;
}

/* Class Style Sets */
.list_style-1 {
	border: 1px dotted #000;
	background: #FFFFCC;
}
.list_style-2 {
	border: 1px dotted #000;
	background: #FFFFCC;
}

#page_content .crumbs {
	padding: 1em 0px 19px;
}
html>body #page_content .crumbs {
	padding: 1em 0px 19px;
}