/* GLOBAL HTML STYLES */


body {
	font-size:1em;
}

#left h2 {
	font-size:18px;
	margin-bottom:10px;
}
#right h1 {
	font-size:240%;
}
h3 {
	font-size:140%;
}

td.td_head {
	font-style:italic;
	white-space:nowrap;
	vertical-align:top;
	color:#fff;
	background-color:#c49615;
}
td.topic {
	font-size:16px;
	font-style:italic;
	text-align:right;
	white-space:nowrap;
	vertical-align:top;
	border-bottom:1px solid #c49615;
}
tr.light, td.light {
	font-size:12px;
	line-height:normal;
	background-color:#f3ead0;
	vertical-align:top;
	border-bottom:1px solid #c49615;
}
tr.normal, td.normal, td.norm {
	font-size:12px;
	line-height:normal;
	vertical-align:top;
	border-bottom:1px solid #c49615;
}
td.upper {
	font-size:14px;
	line-height:normal;
	vertical-align:bottom;
	font-weight:bold;
	color:#714a18;
}
