	 body,tr,td {
 	font: 11px Verdana, sans-serif;
	color: #000000;
	}
	p {
	text-align: justify;
	}
	a,a:link,a:visited {
	color: #003366;
	text-decoration: none;
	}
	a:hover,a:focus,a:active {
	text-decoration: underline;
	color: #663366
	}
	img {
	border: none;
	}
	.webIcon {
	margin: 0px;
	vertical-align: middle;
	padding: 0px;
	}
	#commentwindow {
	height: 300px;
	border: 1px solid #D4D4D4;
	overflow: auto;
	background-color: #F6F6F6;
	margin: 0px;
	width: 468px;
	padding: 15px 15px 5px;
	margin-bottom: 10 px;
	}
	*html #commentwindow {
	width: 500px;
	}
	#pager {
	background-image: url(comments_images/pages_back.gif);
	background-repeat: repeat-x;
	height: 15px;
	border: 1px solid #D4D4D4;
	width: 478px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	padding: 2px 10px 0px;
	margin: 10px 0px 10px;
	text-align: center;
	}
	*html #pager {
	width: 500px;
	margin: 10px 0px;
	padding: 2px 10px;
	}
	#wrapper {
	margin: 15px auto;
	width: 500px;
	text-align: left;
	}
	
	.comment_title {
	font-weight: bold;
	font-size: 14px;
	background-image: url(comments_images/title_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 0px 10px 20px;
	font-family: sans-serif;
	margin: 0px;
	}
	.comment_content {
	margin: 0px 0px 10px;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: sans-serif;
	padding: 12px;
	}
	.comment_author {
	border-top: 1px solid #D4D4D4;
	padding: 10px;
	font-size:10px;
	font-family: sans-serif;
	}
	/* page navigator styles */
	.pg_nav {color:#B1B1B1;text-decoration:none;}
	.pg_nav A:link{color:#003366;text-decoration:none}
	.pg_nav A:hover{text-decoration:underline;color:#663366}
	/* end page navigator styles */
	
	/* add comment hyperlink - to show/hide add comment form */
	.add_comm {
	background-color:#FFBA34;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width: 480px;
	display: block;
	font-weight: bold;
	height: 15px;
	padding: 2px 10px 0px;
	margin: 0px;
	text-align: center;
	}
	*html .add_comm {
	width: 500px;
	margin: 0px;
	}
	.add_comm A:link{color:#003366;text-decoration:none}
	.add_comm A:hover{text-decoration:underline;color:#663366}
	/* end add comment hyperlink - to show/hide add comment form */
	
	/* add_comment_form styles */
	form.commentform {
		display: none;
	}
	
	form commentform legend{}
	
	.commentFieldset {
	border: 1px solid #FFBA34;
	padding: 5px;
	margin: 0px;
	}
	.commentFieldsetLegend {
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 5px;
	}
	form.commentform input {
	border: 1px solid #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	}
	form.commentform .requir {
	border: 1px solid #D00000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	}
	*html form.commentform input {
	padding: 0px;
	}
	*html form.commentform .requir {
	padding: 0px;
	}
	.submitButton {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #FFBA34;
	border: 2px solid #FFFFFF;
	padding: 2px;
	}
	.error {
	font-size: 10;
	color: #FF0000;
	}
	table.commentTable {
	border-collapse: collapse;
	width: 100%;
	background-color: #F3F3F3;
	}
	table.commentTable td {
	padding: 5px;
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	table.commentTable td.labelsBack {
	background-color: #ECECEC;
	}
	table.commentTable td.submitBack {
	background-color: #E3E3E3;
	text-align: center;
	}
	/* end add_comment_form styles */
