@charset "utf-8";
/* CSS Document */
body {
	font-family: trebuchet ms, verdana, helvetica, arial, sans-serif;
	color: #ffffff;
	background-color: #999999;
	background-repeat: repeat;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	\\line-height: 1.2em;
	color: #ffffff;
	text-indent: 2em;
}

p.normal {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 0.9em;
	margin-bottom: 0.00em;
	margin-top: 0.00em;
	text-indent: 0.0em;
	margin-right: 0.00em;
	margin-left: 0.00em;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;

}

p.notes {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	color: #ffffff;
	text-indent: 0em;
	font-weight: bold;
}

p.author {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 0.9em;
	margin-bottom: 0.00em;
	margin-top: 0.00em;
	text-indent: 0.0em;
	margin-right: 0.00em;
	margin-left: 0.00em;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	color: rgb(0,0,0);
}

p.quote {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 0.9em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	text-indent: 1em;
	margin-right: 2em;
	margin-left: 2em;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}

p.quote-second-line {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 92%;
	\\margin-bottom: 0.5em;
	\\margin-top: 0.5em;
	text-indent: 1.5em;
	margin-right: 2em;
	margin-left: 2em;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	margin-bottom: 0.6px;
}

p.quote2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 92%;
	margin-bottom: 0.6em;
	margin-top: 0em;
	text-indent: 1em;
	margin-right: 2em;
	margin-left: 2em;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}

p.quotetop {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 92%;
	margin-bottom: 0.6em;
	margin-top: 0em;
	text-indent: 1em;
	margin-right: 2em;
	margin-left: 2em;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}

p.quoteclose {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 92%;
	margin-bottom: 0em;
	text-indent: 1em;
	margin-right: 2em;
	margin-left: 2em;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	color: rgb(0,0,0);
}

p.quotebottom {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 92%;
	margin-bottom: 0.6em;
	margin-top: 0em;
	text-indent: 1.5em;
	margin-right: 2em;
	margin-left: 2em;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}

p.quotecenter {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 0.9em;
	margin-bottom: 0.0em;
	margin-top: 0.em;
	text-indent: 0.0em;
	margin-right: 0.0em;
	margin-left: 0.0em;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	color: rgb(0,0,0);
}

p.credit {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 1.2em;
	color: #ffffff;
	text-align: right;
	font-style:italic;
}


p.align-right {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;

	//font-size: 95%;
	line-height: 1.2em;
	color: #ffffff;
	text-align: right;

	//font-style:italic;
	font-size: 0.9em;
}


table, th, td {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: left;
	background-color: #000000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #ffffff;
	background-image: none;
	border-color: #ffffff;
	width: 700px;
}
ul li {
	list-style: square;
	margin-bottom: 0.5em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: .9em;

}

ol li {
	list-style: a;
	margin-bottom: 0.5em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 0.9em;
	line-height: 1.5em;

}

span.dropcap {
 font-family: serif;
 font-size: 300%; 
 font-weight: bold;
 font-style: italic; 
 float: left; 
 margin: -0.1em 0.125em -0.2em 0em; 
 text-indent: 0em; 
 line-height: 1em; 
 height: 1em;
}

hr {
	border: 0;
	width: 70%;
	text-align: center;
	color: rgb(110,110,124);
	background-color: rgb(110,110,124);
	height: 5px;
}

h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	color: #FFFFFF;
	border-top: 1em;
}
h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
	border-top: 1em;
}
h3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #ffffff;
	border-top: 1em;
}
a:link {
	color: #FFFF99;
	font-weight:bold;
	font-size:1em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:visited {
	color: #AAA855;
	font-weight:bold;
	font-size: 0.9em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
