.home, .help
{
	padding: 8px;
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size: 12pt;
}

.home .col1
{
	display: block;
	width: 420px;
	position: relative;
	float: left;
}

.home .col2
{
	display: block;
	float: right;
	width: 250px;
	position: relative;
}

.home #howto
{
	display: inline-block;
	float: right;
	width: 250px;
	font-size: 9pt;
	border: 1px solid gray;
	padding: 0px;
}

.home #howto h2
{
	margin: 0;
	padding: 4px;
	font-size: 9pt;
	font-weight: bold;
	background: #dddddd;
	border-bottom: 1px solid gray;
}

.home #inst
{
	display: inline-block;
	padding: 4px;
}

.faq
{
	padding-left: 12px;
	padding-right: 12px;
	font-size: 10pt;
	font-family: Helvetica,Verdana,Arial,sans-serif;
}

.faq .intro
{
	display: block;
	padding-top: 8px;
}

.faq .category
{
	display: block;
	margin-top: 12px;
	font-size: 12pt;
	font-weight: bold;
}	

.faq .question
{
	display: block;
	margin-top: 12px;
	margin-left: 8px;
	font-weight: bold;
	color: navy;
}

.faq .answer
{
	margin-top: 8px;
	margin-left: 12px;
	margin-bottom: 4px;
	display: block;
}

.devices
{
	padding-left: 12px;
	padding-right: 12px;
	font-size: 10pt;
	font-family: Helvetica,Verdana,Arial,sans-serif;
}

.devices #intro
{
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}

table #devices
{
	font-size: 10pt;
	border: 1px solid gray;
	width: 500px;
	position: relative;
	left: 100px;
}

table #devices .vendor
{
	font-weight: bold;
	background: #eeeeee;
}

table #devices .device
{
	padding-left: 6px;
	font-weight: bold;
}

table #devices .no
{
	font-weight: bold;
	color: red;
}

table #devices .maybe
{
	font-weight: bold;
	color: orange;
}

table #devices .yes
{
	font-weight: bold;
	color: green;
}

.footnote
{
	display: block;
	position: relative;
	left: 100;
	width: 500;
	font-size: 9pt;
	color: #222222;
}

.help #msg
{
	display: block;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.help #msg h1
{
	font-size: 18pt;
}