body {
	color: #333;
	background: #f5f7f1;
	font-size: small;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	}

h1 {
	color: #333;
	background: #fff;
	font-size: x-large;
	margin: 10px 10px 0 10px;
	}

h2 {
	color: #333;
	background: #eaf2ff;
	font-size: large;
	padding: 7px 5px 7px 5px;
	margin: 15px 10px 25px 10px;
	border: 1px solid #666;
	font-family: Arial, sans-serif;
	}

h3 {
	color: #c60;
	background: #fff;
	font-size: large;
	margin: 30px 0 5px 10px;
	}

h4 {
	color: #333;
	background: #fff;
	font-size: medium;
	margin: 20px 0 5px 10px;
	}

h5 {
	color: #444;
	background: #fff;
	font-size: small;
	margin: 20px 0 5px 10px;
	}

h6 {
	color: #555;
	background: #fff;
	font-size: small;
	margin: 18px 0 8px 10px;
	}

p {
	color: #333;
	font-size: 10;
	line-height: 150%;
	margin: 0 10px 10px 10px;
	}

img {
	border: 0;
	}

:link, :visited {
	text-decoration: underline;
	font-size: small;
	}

:link:focus, :visited:focus {
	color: #000;
	font-size: small;
	}

:link {
	color: #000;
	font-size: small;
	}

:visited {
	color: #000;
	font-size: small;
	}

:link:hover, :visited:hover {
	color: #9c6;
	font-size: small;
	}

:link:active, :visited:active {
	color: #9c6;
	font-size: small;
	}

.docs-container {
	color: #333;
	background: #fff;
	width: 650px;
	text-align: left;
	padding: 20px;
	margin: 10px auto;
	border: 1px solid #666;
	}

.menu {
	margin-left: 5px;
	font-size: 15px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	}

.note {
	color: #333;
	background: #fff;
	font-size: 10px;
	margin-bottom: 5px;
	font-family: Arial, sans-serif;
	}

.step {
	color: #fff;
	background: #9c6;
	font-size: small;
	font-weight: bold;
	padding: 1px 4px;
	text-transform: uppercase;
	margin-right: 3px;
	}

.toc {
	color: #333;
	background: #fff;
	margin: 30px 20px 0 20px;
	padding-left: 5px;
	font-size: medium;
	font-weight: bold;
	list-style: none;
	}

.listsub {
	color: #999;
	background: #fff;
	margin-left: 65px;
	font-weight: normal;
	list-style-type: disc;
	}

.listno {
	margin-left: 0;
	list-style: none;
	}

ul {
	padding: 0;
	margin-left: 20px;
	margin-right: 30px;
	}

li {
	color: #9C6;
	background: #fff;
	margin-bottom: 10px;
	margin-left: 35px;
	font-weight: normal;
	list-style-type: disc;
	}

.kb li, ol {
	color: #333;
	background: #fff;
	margin-bottom: 10px;
	font-weight: normal;
	list-style-type: disc;
	}

.num li {
	color: #333;
	background: #fff;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: normal;
	list-style-type: decimal;
	line-height: 150%;
	}

dl, dt, li {
	font-size: small;
	}

dt {
	color: #777;
	background: #fff;
	margin-top: 15px;
	margin-left: 10px;
	font-weight: bold;
	font-size: small;
	}

dd {
	margin: 5px 25px 10px 10px;
	font-size: small;
	line-height: 140%;
	}

dl {
	margin-bottom: 20px;
	}

hr {
	color: #ccc;
	background: #fff;
	}

.example {
	color: #333;
	background: #f5f7f1;
	margin: 10px 25px;
	border: 1px solid #c3cfdb;
	padding: 10px;
	font-family: Courier, "Courier New", sans-serif;
	font-size: small;
	line-height: 125%;
	}

.example h5 {
	color: #333;
	background: #f5f7f1;
	line-height: 150%;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}

.example p {
	color: #333;
	background: #f5f7f1;
	line-height: 150%;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	}

code {
	color: #333;
	font-size: small;
	line-height: 150%;
	font-family: Courier, "Courier New", sans-serif;
	font-weight: normal;
	}

pre {
	color: #888;
	background: #fff;
	margin: 0 0 20px 25px;
	font-size: 13px;
	font-family: Courier, "Courier New", sans-serif;
	}

pre a:link {
	color: #333;
	background: #fff;
	font-size: 13px;
	font-family: Courier, "Courier New", sans-serif;
	}

pre a:visited {
	color: #333;
	background: #fff;
	font-size: 13px;
	font-family: Courier, "Courier New", sans-serif;
	}

pre a:hover {
	color: #333;
	background: #fff;
	font-size: 13px;
	font-family: Courier, "Courier New", sans-serif;
	}

pre a:active {
	color: #333;
	background: #fff;
	font-size: 13px;
	font-family: Courier, "Courier New", sans-serif;
	}

.tip {
	color: #333;
	background: #f5f7f1;
	padding: 10px;
	margin: 15px 25px;
	font-size: small;
	border: 1px solid #c3cfdb;
	}

.tip-title {
	color: #996;
	background: #f5f7f1;
	margin-bottom: 5px;
	font-size: small;
	font-weight: bold;
	}

.tip p {
	color: #333;
	background: #f5f7f1;
	margin: 0 0 5px 0;
	font-size: small;
	}

.tip pre {
	color: #333;
	background: #f5f7f1;
	margin: 5px 0 5px 30px;
	font-size: 13px;
	font-family: Courier, "Courier New", sans-serif;
	}

.tipquote p {
	color: #666;
	background: #f5f7f1;
	font-size: small;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	}

a.top:link {
	color: #c60;
	font-size: small;
	text-decoration: none;
	}

a.top:visited {
	color: #c60;
	font-size: small;
	text-decoration: none;
	}

a.top:hover {
	color: #9c6;
	font-size: small;
	text-decoration: none;
	}

a.top:active {
	color: #c60;
	font-size: small;
	text-decoration: none;
	}

a.term:link {
	color: #333;
	font-size: small;
	border-bottom: 1px dotted #222;
	font-style: normal;
	text-decoration: none;
	}

a.term:visited {
	color: #333;
	font-size: small;
	border-bottom: 1px dotted #222;
	font-style: normal;
	text-decoration: none;
	}

a.term:hover {
	color: #333;
	font-size: small;
	border-bottom: 1px dotted #222;
	font-style: normal;
	text-decoration: none;
	}

a.term:active {
	color: #333;
	font-size: small;
	border-bottom: 1px dotted #222;
	font-style: normal;
	text-decoration: none;
	}

.toc a:link {
	color: #333;
	background: #fff;
	font-size: 13px;
	font-size: medium;
	text-decoration: none;
	}

.toc a:visited {
	color: #333;
	background: #fff;
	font-size: 13px;
	font-size: medium;
	text-decoration: none;
	}

.toc a:hover {
	color: #333;
	background: #fff;
	font-size: 13px;
	font-size: medium;
	text-decoration: none;
	}

.toc a:active {
	color: #333;
	background: #fff;
	font-size: 13px;
	font-size: medium;
	text-decoration: none;
	}

.float-wrapper {
	width: 100%;
	overflow: hidden;
	}

.content {
	float: left;
	width: 410px;
	padding-top: 20px;
	}

.content h1 {
	color: #333;
	background: #fff;
	font-size: medium;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 25px;
	}

.content .logo-container {
	margin: 0 10px;
	}

.footer {
	text-align: right;
	}

.copyright {
	margin-top: 10px;
	}

.copyright p {
	margin-bottom: 0;
	}

.nav {
	float: right;
	width: 230px;
	}

.nav h2 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #a0bdeb;
	margin: 0;
	border: 0;
	padding: 3px 5px;
	}

.nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.nav li {
	width: 230px;
	margin: 0;
	list-style-type: none;
	}

.nav a {
	display: block;
	padding: 5px 8px;
	color: #369;
	background: #fff;
	font-size: small;
	text-decoration: underline;
	}

.nav a:link,
.nav a:visited {
	color: #369;
	background: #fff;
	font-size: small;
	text-decoration: underline;
	}

.nav a:hover {
	color: #369;
	background: #eaf2ff;
	text-decoration: underline;
	}

.nav form {
	margin: 0;
	padding: 5px 0;
	}

.nav input {
	margin: 0;
	}

.nav input.search-field {
	width: 140px;
	}

.nav .nav-list,
.nav .nav-box {
	margin-bottom: 20px;
	}

.nav .nav-box {
	border: 1px solid #a0bdeb;
	}

.nav .nav-box p {
	padding: 5px 8px;
	margin: 0;
	line-height: 1.2;
	}

.nav .nav-box li {
	width: 228px;
	}

.nav #user-manual-nav a {
	font-weight: bold;
	}

.nav #faq-nav {
	margin-bottom: 0;
	}

.textbox {
	margin-left: 10px;
	}

.taglist dl {
	margin-bottom: 0;
	}

.taglist dt {
	color: #333;
	background: #fff;
	margin-top: 15px;
	margin-left: 15px;
	font-weight: bold;
	font-size: small;
	}

.taglist code {
	color: #333;
	font-size: small;
	line-height: 150%;
	font-family: Courier, "Courier New", sans-serif;
	}

.help ol li {
	list-style-type: decimal;
	color: #333;
	margin-left: 20px;
	}

.help ul li {
	color: #333;
	margin-left: 35px;
	}

.bulletedlist {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #333;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	}

.numberedlist {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #333;
	list-style-position: outside;
	list-style-type: decimal;
	list-style-image: none;
	}

.screenshot {
	margin: 15px;
	}

.screenshot img {
	padding: 5px;
	border: 1px solid #DDD;
	}

.screenshot p {
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	}

#taxpayer_information_table
{
	margin: 20px 10px;
	border: 1px solid #C3CFDB;
	padding: 0;
	color: #333;
	font-size: small;
	line-height: 150%;
}

#taxpayer_information_table th
{
	width: 33%;
	color: #996;
	text-align: center;
}

#taxpayer_information_table th,
#taxpayer_information_table td
{
	border: 1px solid #C3CFDB;
	padding: 5px 10px;
	vertical-align: top;
}
