/* $Id: pub.css,v 1.2 2003/12/01 03:13:02 maniwa Exp $ */

body {
	font-family: arial, sans-serif;
	margin: 0px;
}
div.top {
	font-size:   0pt;
	height:      5px;
}


.model {
	align;       bottom;
	font-family:      verdana;
	line-height:      1.1em;
	background-color: #808080;
	color:            #FFFFFF;
	font-size:        8pt;
	font-weight:      bold;
	width:            150px;
	height:           35px;
	padding:          5px 5px 8px 5px;
	filter: progid:DXImageTransform.Microsoft.Gradient(
		gradientType='0',
		startColorstr='#8a7d71',
		endColorstr='#5e442e'
	);
}

.pubno {
	font-size:        8pt;
}

frameset.footer {
	border-style: solid;
	border-width: 0px 0px 5px 0px; 
	border-color: #990000
}