/*Print stylesheet*/
#layout_logo {
	background: #fff;
}
#layout_logo h1 a{
	color: #000;
}
#layout_navigation .buttons img {
	display: none;
}
#layout_navigation .buttons a {
	color: #000;
}
#layout_navigation ul {
	list-style:none;
}
#right_bar, #right_bar h1 {
	color: #000;
}
#right_bar p.help {
	color: #f00;
}
#right_bar  img.credit {
	display: none;
}
#right_bar h1 span a {
	display: none;
}
#right_bar  a:link, #right_bar  a:visited {
	color: #000;
}

.clear p a{
	display: none;
}
.special {
	color: #f00;
}
ul {
list-style: none;
text-align: left;
}
table {
text-align: center;
border-bottom: 1px solid #57575a;
border-left: 1px solid #57575a;
}
table td {
padding: 10px;
border-top: 1px solid #57575a;
border-right: 1px solid #57575a;
}
table th {
border-top: 1px solid #57575a;
border-right: 1px solid #57575a;
height: 30px;
}
table th.bold, table td.bold {
	font-weight: bold;
}
.inner_content table h2 {
	color: #EE1C23;
	font-size: 14px;
	}
					/*Virus removal page table styling*/
table#virus {
border: none;
}
table#virus tr {
	padding-bottom: 10px;
}
table#virus td {
width: 45%;
margin-right: 10px;
}
#virus td.def {
padding-left: 5%;
font-weight: bold;
}
					/*end virus table*/