@import url(honey.css);

body {
	background: #ffffff;
}

table.bord {
		border-color: gray gray gray gray;
		background-color: white;
	}

		table.bord th {
			border-color: gray gray gray gray;
			background-color: #f1f1f1;
		}

		table.bord td {
			border-color: gray gray gray gray;
			background-color: white;
		}


	td.lefty {
		color: #f1f1f1;
	}


#page_wrapper {
	background-color: #ffffff;
}

#menu {
	color: #000000;
	border-bottom: 5px solid #ffffff;
}

hr {
	border-top: 1px solid #cccccc;
}

	
.sub_article {
	background-color: #a7bed1;
}

	
	.sub_article img{
		border-top: 5px solid #ffffff;
		border-bottom: 7px solid #ffffff;
	}


body {
	color: #000000;
}


#menu {
	visibility: hidden;
	display: none;
}

#print_header {
	visibility: visible;
}


h1, h2, h3 {
	color: #000000;
}
strong {
	color: #000000;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

#footer {
	border-top: 1px solid #cccccc;
}



