/* This CSS is for hardware banners used in help topics. */

/* The default brand color is #669900. Replace all color #669900 with the appropriate brand color. */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 11pt;
}
a:link, a:visited, a:active {
	color: #669900;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #669900;
	font-weight: bold;
	text-decoration: underline;
}
h1 {
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
p {
	padding-left: 18px;
	padding-right: 15px;
	margin-top: 8pt;
	margin-bottom: 8pt;
	text-align: left;
	font-size: 10pt;
}

#hw_banner {
	height: 245px;
	width: 295px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../_images/bg_hw_banner.png);
}
#hw_banner .image {
	text-align: center;
}
#hw_banner .link {
	padding-top: 6px;
	text-align: right;
}
