body{
	background: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #000;
	margin: 1em;
	line-height: 1.5em;
}

.nop, #leftmenu-home, #leftmenu-home2, #topmenu{
	display: none;
}

h1{ font-size: 1.5em; }
h2{ font-size: 1.4em; }
h3{ font-size: 1.3em; }
h4{ font-size: 1.2em; }
h5{ font-size: 1.1em; }
h1, h2,h3,h4,h5{
	margin: 1em 0 0.4em 0;
}

p.right{
	text-align: right;
}
p.center{
	text-align: center;
}
p.perex{
	font-weight: bold;
}

.w60{ width: 60px; }
.w70{ width: 70px; }
.w80{ width: 80px; }
.w100{ width: 100px; }
.w150{ width: 150px; }
.w200{ width: 200px; }
.w300{ width: 300px; }
.w400{ width: 400px; }
.w430{ width: 430px; }
.w440{ width: 440px; }
.w500{ width: 500px; }
.w100p{ width: 100%; }
.w50p{ width: 50%; }

table.border, table.border th, table.border td{
	border: 1px solid #999;
	border-collapse: collapse;
}
table.border{
	margin: 10px 0;
}
table.border td{
	padding: 2px 10px;
}
table.border tr{
	background: #F2F2F2;
}
table.border th{
	background: #999;
	color: #fff;
	font-weight: normal;
	padding: 2px 10px;
}
table.border tr.even{
	background: #E5E5E5;
}

.center{ text-align: center; }
.float-left{ float: left; }
