@charset "utf-8";
h1 {
  margin: 0px;
  padding-top: 0px;
  font-size: 1.4em;
}
h2 {
	margin: 0px;
	padding-top: 0px;
	color: #993300;
	font-size: 1.2em;
}
h3 {
	margin: 0px;
	padding-top: 0px;
	font-weight: normal;
}

td.charge_table{
  vertical-align: top;
  background-color: #eeeeee;
  padding: 2px 5px 2px 3px;
}

table.users{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	border: 1px none #006600;
	padding: 3px;
	width:550px;
}
table.users  thead tr{
	border-right: 1px solid #ffffff;
	color:#000000;
	text-align:left;
	padding:3px;
	text-transform:uppercase;
	background-color: #C2DCCD;
	font-weight: bold;
	text-indent: 2px;
}
table.users tbody tr td{
	color:#000000;
	text-align:left;
	padding:3px;
	font-weight: normal;
	border-bottom: 1px solid #C2DCCD;
}

table.users tbody tr td a:link{
	text-decoration: underline;	
}
table.users tbody tr td a:visited{
	text-decoration: underline;
	color:#CC6600;	
}
table.users tbody tr td a:hover{
	text-decoration: none;	
	color:#33CC66;
}
table.users tbody tr td a:focus{
	text-decoration: none;	
}

.hrline {
	width: 100%;
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #17417B;
}
ol.nospace {
	margin-left: 10px;
	padding-left: 20px;
}
fieldset {
	background-color: #FFFF99;
	padding-right: 7px;
	padding-left: 7px;
}
.archives {
	background-color: #BFCBCA;
	float: right;
	padding: 4px;
	margin-right: 0px;
	border: 1px solid #466965;
	margin-top: 10px;
}