table.mainbody{
	width:640px;
	margin:0px 30px 0px 30px;
}

.updateinfo{
	margin-left:25px;
	font-size:90%;
}

h1{
	border-left:5px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	margin:0px;
	text-align:center;
}

h1.title{
	width:50%;
}

h2{
	background-color:#ffeecc;
	border-left:5px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	margin:0px;
	text-align:center;
}

h3{
	margin:0px;
}

h4{
	margin:5px 0px 5px 0px;
}

ul,ol{
	margin:10px 0px 10px 20px;
}

.item{
	margin-left:40px;
	font-size:95%;
}

td.item{
	border-bottom:1px dotted #aaaaff;
}

.paragraph{
	margin-left:20px;
	padding:5px 0px 5px 5px;
	border-left:2px solid gray;
}

.footer{
	font-size:90%;
	padding:5px;
	background-color:#eeeeee;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
}

.help{
	cursor:help;
}

strong{

}

A:link { text-decoration:none;color: #3333ff;border-bottom:1px dotted #0000ff; }
A:visited { text-decoration:none;color: #8888ff;border-bottom:1px dotted #0000ff; }
A:active { text-decoration:none; }
A:hover { text-decoration:none;border-bottom:0px solid black; }
