a 
{
	text-decoration: underline;	
}

.kb_header 
{
	background-color: #AFA0BF;
	color: white;
	padding: 5px 10px;
	font-size: 12px;
}

.kb_header a 
{
	color: white;
	text-decoration: none;
}

.kb_header a:hover 
{
	color: white;
	text-decoration: underline;
}

.kb_item 
{
	background-color: White;
	padding: 5px;
}

.kb_alt_item 
{
	background-color: #E0E0E0;
	padding: 5px;
}

.kb_list 
{
	width: 100%;
	border: solid 1px #666666;
}

.kb_row 
{
	clear: both;
	padding-top: 10px;
}

.kb_label 
{
	font-weight: bold;
	width: 25%;
	float: left;
}

.kb_value
{
	width: 75%;
	float: left;
}

.kb_content 
{
	padding-top: 15px;
	margin-right: 25px;
	clear: both;
}

.kb_content li 
{
	margin-left: 25px;
}

.kb_content ul li 
{
	margin-left: auto;
}

.kb_inline
{
	display: block;
	margin-right: 25px;
	clear: both;
}

.kb_image 
{
	text-align: center;
	border: 0px;
}

div#content
{
	background-image: none;
	margin-left: 1px;
	padding-right: 20px;
	margin-right: 20px;
}