body {
   font-family:arial,helvetica,sans-serif;
   font-size:75%;
   background-color:#fff;
   color:#000;
   margin:0 auto;
}
#container {
   margin:0 auto;
	width:780px;
}
.content {
	font-size:1.10em;
}
.content h1{
   font-size:1.6em;
   padding-top:10px;
   line-height:100%;
   color:#000;
   font-weight:normal;
   margin:0px; 
}
.bhead {
	height:4.0em;
	background-color:#EFF6FF;
	color:#000;
	margin: 10px 0px 10px 0px;
}
a:link, a:visited, a:active {
	color:#00f;
}
a:hover {
	color:#e00;
}
.webrev{
	color:#444;
	padding:1em;
}
.webrev a:link, .webrev a:visited, .webrev a:active {
	color:#333;
	text-decoration:none;
} 
.webrev a:hover {
	color:#333;
	text-decoration:underline;
}
.bad {
	font-size:1.1em;
	font-weight:bold;
}
.grsml {
	font-size:0.8em;
	color:#888;
}
.redsml {
	font-size:0.8em;
	color:#c00;
}
.featable {
	border:1px solid #BBD6EF;
}

.featurelist
{
	list-style: none;
	margin: 0;
	padding: 0;
}

li.tick_0
{
	background-image: url(images/checkbox_0.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 30px;
	margin: .4em 0;
}
li.tick_1
{
	background-image: url(images/checkbox_1.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 30px;
	margin: .4em 0;
}
