body {
	color : 		#000;
	background-color : 	#fff;
	font-family : 		tahoma, helvetica, sans-serif;
}

.main {
	width : 		760px;
	border : solid 		#999;
	border-width : 		0px;
}

select {
	color : 		#000;
	background-color : 	#fff;
	font-family : 		tahoma, helvetica, sans-serif;
	font-size : 		12px;
}

textarea {
	color : 		#000;
	background-color : 	#fff;
	font-family : 		tahoma, helvetica, sans-serif;
	font-size : 		12px;
}

.input {
	color : 		#000;
	background-color : 	#fff;
	font-family : 		tahoma, helvetica, sans-serif;
	font-size : 		12px;
	border : solid 		#000;
	border-width : 		0px;
	border-bottom :		1px;
	text-indent : 		2px;
}

.headhr {
	color : 		#000;
	background-color : 	#fff;
	height : 		1px;
	padding :		0;
	margin : 		0;
}

.content {
	color : 		#000;
	background-color : 	#fff;
	font-size : 		12px;
	width : 		720px;
	margin : 		10px;
	padding : 		0px;
	padding-left :	 	0px;
	padding-right : 	0px;
	text-align : 		left;
}

.content a:link, .content a:visited, .content a:active {
	color : 		#999;
	background-color : 	#fff;
	text-decoration : 	underline;
}

.content a:hover {
	color : 		#999;
	background-color : 	#fff;
	text-decoration : 	none;
}

.header {
	color : 		#000;
	background-color : 	#fff;
	height : 		60px;
	width : 		752px;
	margin : 		0px;
	padding :	 	0px;
	padding-top : 		8px;
	padding-left : 		8px;
	text-align : 		left;
}

.header_smallfont { 
	color: 			#999;
	background-color : 	#fff;
	font-size: 		10px;
	width: 			80%;
}

.header_heading {
	color : 		#4171b7;
	background-color : 	#fff;
	font-size : 		22px;
	width: 			99%;
	border-bottom: 		1px solid #999; 
}

.headline {
	color : 		#999;
	background-color : 	#fff;
	width : 		99%;
	border-bottom : 	1px solid #999;
	text-decoration : 	none;
}

.topmenu {
	display: 		none; 
}

.printlink {
	display: 		none; 
}

.comments_headline1, .comments_headline2 {
	float: 				left; 
	width: 				130px;
	color : 			#999;
	border-bottom : 	1px solid #999;
	margin-bottom:		8px;
}

.comments_headline2 {
	width: 				610px !important;
}

.comments_date {
	clear: 				both; 
	float: 				left; 
	width: 				130px
}

.comments_text {
	float: 				left; 
	width: 				600px
}

.comments_user {
	float: 				left; 
	text-align: 		right; 
	width: 				100%;
	border-bottom : 	1px solid #999;
	margin-bottom:		8px;
	margin-top:			4px;
}

.featurelist li {
	display: inline;
	vertical-align:		top;
	list-style: 		none;
	float: 				left;
	width:				180px;
	text-align : 		left;
	margin-right:		8px;
	margin-top:			0px;
	padding-top:		0px;
}

.featurecaption {
	vertical-align:		top;
	padding-top:		12px;
	color : 			#999;
}