/* * * * * * General Styles * * * * * */
body {
	margin: 0px;
	font: 100%/1.125em "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	background: #E6E6FF url(../mainimages/wolfdrop-bg.jpg) no-repeat fixed right bottom;
}
p,td,tr {
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-size: 0.937em;
	line-height: 120%;
}
h3 + p {
	margin-top: -.5em;
}

h1 {
	color: #333366;
	text-transform: uppercase;
	font: bold 180% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	margin: 0em 0 0.5em;
}
h2, h3, h4 {
	font-weight: bolder;
	color: #333366;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: -3px;
}
h2 { font-size: 135%; }
h3 { font-size: 105%; }

blockquote {	padding: 2px 10px; border: thin solid #CCCCFF; }

/* * * * * * General Classes * * * * * */
.quotes {
	margin-right: 20px;
	margin-left: 20px;
	font-style: italic;
	background: #E6E6B3;
}
.smalltype {  font-size: 85%}
.highlight {
	background-color: #B3B3FF;
	padding: 2px;
	cursor: help;
}
.bottom2margin { margin-bottom: 2px; }
.lists { list-style: url(../mainimages/bullet.gif) none outside; margin-bottom: 3px; margin-right: 3px; }
.leaderPara {
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: 5%;
	line-height: 130%;
}
.charts {
	border: 1px solid #666699;
	padding: 2px;
	margin: 1px 2px;
}
#chartviews {
	font: 85%/110% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #666699;
	border: 1px solid #9999CC;
	padding: 4px;
}
p.leaderPara a {font-weight: bold;}

