
/*	English  */

body { color: #000000; font-family: arial, helvetica, sans-serif; background-color: #D0800B;}
td, p  { color: #000000; font-family: arial, helvetica, sans-serif; }
h1 {
	font-size: 32px;
	color: #FFE994;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}
h2 {
	font-size: 150%;
	color: #724B20;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	margin-top: 2em;
	width: 400px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #724B20;
}
td.title {
	background-image: url(/images/20050101a/bg_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
/*for controlling the width of the h1, div needed for cross-browser issues*/
div.txt {
	width: 400px;
}

td.article p, h2, hr {margin-left: 15px; margin-right: 9px;}
td.article>p {margin-top: 0;}
.fnt {font-size: 80%;}
/*note drop-shadow style at the end*/

/* -------------------------------------- */
/* standard - do not adjust */
div.linktext { margin-left: 2px; width: 160px;}
div.linktext p { margin-bottom: 0; margin-top: 0; font-weight: bold; font-size: 12px; font-family: arial, helvetica, sans-serif; }
div.linktext ul{ padding-left: 0; margin-left: -35px; margin-right: 0; margin-top: 0; margin-bottom: 1em; font-size: 12px; font-weight: normal; font-style: normal; font-family: arial, helvetica, sans-serif; }
div.linktext ul li { padding-left: 35px; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 3px; list-style-type: none; }
td.appeared p {font-size: 77%; color: #ffffff; font-family: arial, helvetica, sans-serif;}
td.appeared>p {margin: 0;}
em {font-style: italic;}
strong {font-weight: bold;}
a:hover {color: #0033ff;}

/* use background-color if needed in div.footer */
div.footer { width: 600px; margin: 0; padding: 2px 0; border: none; background-color: #ffffd1;}
div.footer p {margin: 1em 2px; font-size: 12px; font-family: arial, helvetica, sans-serif; }
/* -------------------------------------- */

/* IE only, must be last */
.shadow {
	width: 594px; 
	filter:progid:DXImageTransform.Microsoft.DropShadow(OffX=2, OffY=3, Color='#000000', Positive='true')
	}
