﻿DUMMY {
	color: black;
}
/* last revised 4/2/99 */
BODY {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,"sans-serif";
	font-size: 11pt;
	text-align: left;
	margin-right: 20px;
	margin-left: 110px;
	color: black;
	background-color: white;
}
IMG.logo {
	margin-left: -113px;
}
A:link {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,"sans-serif";
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #006666;
}
A:visited {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,"sans-serif";
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #808080;
}
A:active {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,"sans-serif";
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #AA0000;
}
A:hover {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,"sans-serif";
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #AA0000;
}
H1 {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,"sans-serif";
	font-size: 17pt;
}
H2 {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,"sans-serif";
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	margin-left: 0px;
	padding: 6px;
	color: #0055AA;
	border: none;
}
H3 {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,"sans-serif";
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
	width: 900px;
	margin-left: 0px;
	padding: 6px;
	color: #0055AA;
	border: none;
	background-color: #FFFFDD;
}
H4 {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,"sans-serif";
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	margin-left: 0px;
	padding: 6px;
	color: 0055AA;
	border: none;
	background-color: #FFFFFF;
}
H5 {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,"sans-serif";
	font-size: 13pt;
	font-weight: bold;
	margin-left: 0px;
	padding: 10px;
	color: #0055AA;
	border: none;
	background-color: #FFFFCC;
}
H6 {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,"sans-serif";
	font-size: 12pt;
	font-weight: bold;
	margin-left: 0px;
	padding: 10px;
}
P {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,"sans-serif";
	margin-left: 10px;
}
P.center {
	margin-left: -110px;
	text-align: center;
}
P.copyright {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,"sans-serif";
	font-size: 10pt;
	font-style: italic;
	margin-left: -110px;
	text-align: center;
	font-weight: bold;
}
P.concludenote {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	font-weight: bold;
	color: #DD4400;
}
P.warn {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,"sans-serif";
	margin-left: 0px;
	padding: 10px;
	border-style: solid;
	color: 880028;
	background-color: #FFFFDD;
	border-color: #FFFFCC;
}
P.embed {
	font-family: Georgia,"Times New Roman",Times,serif;
	margin-left: 18px;
}
P.contact {
	font-family: Georgia,"Times New Roman",Times,serif;
	background-color: #FFFFCC;
}
P.tip {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,"sans-serif";
	font-size: 11pt;
	padding: 25px;
	color: #0055AA;
	border: none;
	background-color: #FFED7F;
}
P.note {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,"sans-serif";
	font-size: 11pt;
	padding: 25px;
	color: #000000;
	border: none;
	background-color: #EEEEEE;
}
P.quote {
	margin-left: -110px;
	font-family : Verdana Geneva Arial Helvetica sans-serif;
	font-size : 8pt;
	font-style : italic;
	font-weight : bold;
	text-align : center;
	color: #6699CC;
}
P.ref {
	margin-left: -110px;
	font-family : Verdana Geneva Arial Helvetica sans-serif;
	font-size : 7pt;
	font-style : italic;
	text-align : center;
	color: #CCCCCC;
}
DIV.note {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12pt;
	margin-left: 0px;
	padding: 10px;
	color: 000000;
	border: none;
	background-color: #EEEEEE;
}
P.xnote {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 20px;
	color: #002B56;
}

DIV {
	font-family: Georgia,"Times New Roman",Times,serif;
}
DIV.body {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,"sans-serif";
	font-size: 11pt;
	text-align: left;
	margin-right: 20px;
	width: 700px;
	margin-left: 30px;
	color: black;
	background-color: white;
}
DIV.list {
	margin-left: 20px;
}
.topics {
	font-weight: bold;
}
/* Adding 'margin' values to the UL tag breaks the bullet: use SPAN or DIV to space, but remember */
/* NOT to allow SPAN and DIV to share a font style or size!  */
UL {
	list-style-type: square;
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,"sans-serif";
	font-size: 11pt;
}
.square {
	list-style-type: square;
}
.circle {
	list-style-type: circle;
}
.disk {
	list-style-type: disk;
}
DT {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	margin-left: 20px;
	color: #0055AA;
}
TD {
	font-family: Georgia,"Times New Roman",Times,serif;
}
.leftlinks {
	color: #33FF66;
	text-align: center;
}
.body {
	margin-left: 0.3in;
	text-align: left;
}
.xnote {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 10pt;
	color: #3333AA;
	margin-left: 20px;
}
.serif {
	font-family: Georgia,"Times New Roman",Times,serif;
}
.sanserif {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,"sans-serif";
}
.fantasy {
	font-family: "Comic Sans MS",fantasy,Arial,"sans-serif";
}
.mono {
	font-family: "Monotype.com",monospace;
}
.psblue {
	background-color: #0084C6;
}
