@charset "utf-8";

body
{
	background-color: #0099CC;
}

div#main
{
	width: 710px;
}

input#back
{
	width: 60px;
}

div.sec
{
	background-color:#F0FFFF;
	padding: 1em;
	margin-bottom: 1em;
}

div.sec p
{
	text-indent: 1em;
	line-height: 150%;
}

ol, ul
{
	line-height: 150%;
}

#checksheet2 table
{
	margin-bottom: 10px;
}

#articles20 ol
{
	line-height: 200%;
}

h1
{
	font-size: 22pt;
	color: #000095;
	border-bottom: 1px #000 solid;
	margin-bottom: 4px;
}


h2
{
	color: #660066;
	font-size: 14pt;
	background-color: #fff;
	padding: 4px;
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
	border-bottom: 1px #eee solid;
	border-right: 1px #eee solid;
}

h3
{
	color: #930;
	margin-top: 0;
}

#checksheet2 h3
{
	margin-bottom: 5px;
}

h4
{
	color: #808000;
}

h5
{
	font-size: 11pt;
}


.indent
{
	margin-left: 1.11cm;
}

td.col1
{
	text-align: right;
	vertical-align: top;
}

td.col2
{
	padding-bottom: 1em;
}

td.col21
{
	padding-bottom: 0.1em;
}

@media print
{
	a
	{
		color: #000;
		text-decoration: none;
	}
}