body {
	margin: 0px;
	font-size: 12px;
	color: #666666;
}
a:link {
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #7A4560;
}
a:active {
	text-decoration: none;
}
.style1 {
	color: #666666;
	font-size: 22px;
	font-weight: bold;
}
.style2 {
	color: #666666;
	font-size: 20px;
	font-weight: bold;
}
.style3 {
	color: #666666;
}
.style4 {
	font-size: 16px;
	font-weight: bold;
}
.style5 {
	font-size: 14px;
}
.style6 {
	color: #FF0000;
	font-size: 9px;
}
.style7 {
	color: #FF0000;
	font-weight: bold;
}
.style8 {
	font-size: 10px;
}
.sub-title {
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.note {
	margin-left: 10px;
	font-size: 0.9em;
	text-align: left;
}
table.editform,
table.list {
	table-layout: fixed;
	width: 570px;
	border-collapse: collapse;
	border-collapse: collapse;
	margin: 15px;
	white-space: normal;
	text-align: center;
}
table.editform th,
table.list th {
	width: 150px;
	padding: 5px;
	border: 1px solid  #CCCCCC;
	background-color: #E4E2DE;
	empty-cells: show;
	color: #333333;
	font-weight: normal;
}

table.editform td,
table.list td {
	width: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;		
	border: 1px solid  #CCCCCC;
	empty-cells: show;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
}

table.adminlist {
	font-size: 0.9em;
	table-layout: fixed;
	width: 900px;
	border-collapse: collapse;
	border-collapse: collapse;
	margin: 15px;
	white-space: normal;
	text-align: center;
}

table.adminlist th {
	padding: 5px;
	border: 1px solid  #CCCCCC;
	background-color: #E4E2DE;
	empty-cells: show;
	color: #333333;
	font-weight: normal;
}
th.width60 {
	width: 60px;
}
th.width100 {
	width: 100px;
}
th.width120 {
	width: 120px;
}
th.width150 {
	width: 150px;
}
th.width200 {
	width: 200px;
}
table.adminlist td {
	padding: 5px;
	border: 1px solid  #CCCCCC;
	empty-cells: show;
	vertical-align: middle;
	text-align: left;
	word-break:break-all;
	word-wrap: break-word;
}