@charset "ISO-8859-1";
*{padding:0; margin:0;}
a img {border:0;}
body {
	font-size:100%;
	font-family:georgia;
	top:0px;
	width:801px;
	left:50%;
	position:relative;
	margin-left:-400px;
	background-color:rgb(65,65,0);
}
 
/* PARTS */

div.page-container {
	position:relative; 
	width:801px;
	margin:0 auto;
	text-align:left;
	background-color:rgb(255,255,255);
}

.top {
	position:relative; 
	width:801px;
	margin:0 auto;
	text-align:left;
	background-color:rgb(255,255,255);

}

.sub {
	position:relative; 
	width:801px;
	margin:0 auto;
	text-align:left;
	background-color:rgb(255,255,255);

}

.main {
	position:relative; 
	width:801px;
	margin-top:0px;
	margin-bottom:10px; 
	text-align:left;
	background-color:rgb(255,255,255);

}

.bottom {
	clear:both;
	position:relative; 
	width:801px;
	padding-bottom:10px; 
	text-align:left;
	background-color:rgb(255,255,255);

}

/* HIDE */

.printtext {display:none; }

.showtext {display:block; }

.show img {display:none; }

/* MAIN COLUMNS */

.left2 {float:left; margin-left:25px; width:220px; }

.right2 {margin-left:260px; width:470px; padding-left:15px; border-left: 1px solid; border-left-color:rgb(200,200,200); }

/* TEXT STYLES */

.main h1 {margin-bottom:0px; margin-top:20px; line-height:115%; font-family:"georgia",times,serif; color:rgb(112,110,0); font-weight:bold; font-size:100%; }

.main h2 {margin-bottom:10px; margin-top:0px; line-height:115%; font-family:"georgia",times,serif; color:rgb(128,128,128); font-weight:normal; font-size:100%; font-style:italic;}

.main p {margin-bottom:10px; line-height:115%; font-size:75%; }

.main p.hang {text-indent:-20px; margin-left:20px; margin-bottom:4px; line-height:115%; font-size:75%; }
.main p.hangno {text-indent:-20px; margin-left:20px; margin-bottom:1px; line-height:115%; font-size:75%; }

.main p.indent {text-indent:0px; margin-left:20px; margin-bottom:4px; line-height:115%; font-size:75%; }
.main p.indentno {text-indent:0px; margin-left:20px; margin-bottom:1px; line-height:115%; font-size:75%; }

.title {color:rgb(112,110,0); font-weight:bold; font-style:italic;}

.price {font-weight:normal;}

.num {font-family:Arial, Helvetica, sans-serif; font-weight:900; font-size:75%;}