body { 
	margin: 0px; 
	padding: 0px; 
	background-image:url('./graf/bg3.jpg'); 
	background-position: top center;
	background-repeat: no-repeat;
	background-color: black;
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #8f7a4d;
	font-size: 12px;
	text-align: justify; 
}

body.intro { 
	background-image:url('./graf/intro-bg.jpg'); 
	background-position: center;
	background-repeat: repeat-y;
}

td {
	font-size: 12px;
	text-align: justify; 
}

.hr_line, .hr_line2 {
	height: 1px; 
	background-image:url("./graf/line.gif"); 
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
}

.hr_line2 {
	background-image:url("./graf/line2.gif"); 
}

.shadow-up {
	height: 26px;
	width: 900px;
	background-image:url("./graf/shu.png"); 
}

.shadow-dn {
	height: 26px;
	width: 900px;
	background-image:url("./graf/shd.png"); 
}

.p_up{
	background-image:url('./graf/p-up.png');
	background-position: center;
	background-repeat:no-repeat;
	width:420px;
	height:57px;
}

.p_dn{
	background-image:url('./graf/p-dn.png');
	background-position: center;
	background-repeat:no-repeat;
	width:420px;
	height:57px;
}

.content{
	width: 840px; 
	background-image:url('./graf/bg80.png'); 
	padding-left: 30px; 
	padding-right: 30px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: top;
}

a{
	color: #960000;
	text-decoration: none;
}

a:hover{
	color: #483800;
	text-decoration: underline;
}

.letter, .letter18, .letter16, .letter14{
	font-family: georgia, "times New Roman";
	font-size: 22px;
	font-weight: normal;
	/*font-variant: small-caps;*/
}

.letter18{font-size: 18px;}

.letter16{font-size: 16px;}

.letter14{font-size: 14px;}

.mini {font-size: 9px;}
