/* CSS Document */
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weigth: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #C4C2C2;
	text-indent: 10px;
	list-style-type: circle;



}
.buttonover {
	cursor:hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weigth: bold;
	color: #666666;
	background-color: #F3F1F1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4C2C2;
	text-indent: 10px;


}
.leftnavborder {
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;


}
.fields {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weigth: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #C4C2C2;
	text-indent: 10px;
	list-style-type: circle;
}
