body {
	font-size:12px;
	color:#333333;
	font-family:'Ms serif', serif;
}
table{
	font-size:12px;
	color:#333333;
	font-family:'Ms serif', serif;
	line-height:1.3;
}
A:link, A:visited {
	color:#333333;
	text-decoration:none;
}
A:active, A:hover {
	color:#990066;
	text-decoration:underline;
}

input{
	font-size:12px;
	font-family:'Ms serif', serif;
}

.layoutTable, .userLayoutTable {
	width:800px;
}
.contentsTable{
	width:640px;
}
.listTable, .searchResultTable{
	width:640px;
	border-collapse:collapse;
	border:solid 0px #333333;
	empty-cells:show;

}
.listTable td, .searchResultTable td{
  text-align:        left;
  border-width:      0px 0px 1px 0px;
  border-style:      solid;
  border-color:      #333333;
  line-height:		200%;
  padding-left:5px;
}

.searchResultTable td{
  border-color:      #999999;
}
		
.searchResultTable td{
  border-width:      1px 1px 1px 1px;
}

.listTable td.tdHeader, .searchResultTable td.tdHeader{
	text-align:left;
	font-weight:bold;
}

.searchResultTable td.tdHeader{
	background-color:#eeeeee;
}

#passwd{
	color:#000000;
	font-size:10px;
	font-family:"MS Gothic",san-serif;
}
