body {
	background-color: white;
	color: black;
	
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

a:link {
	color: #00247E;
}

a:visited {
	/* color: #888987; original */
	color: #666765;
}

a:hover {
	color: blue;
}

a:active {
	color: #7F91BE;
}

img {
	text-decoration: none;
	border-style: none;
	background-color: transparent;
}

div.bodyCont {
	width: 801px;
	
	margin-top: 0px;
	margin-bottom: 0px;
	
	margin: 1px auto;
}

div.topRule {
	background-image: url('images/index_01.gif');
	background-repeat: repeat-x;
	
	width: 801px;
	height: 8px;
	
	margin: 0px;
	padding: 0px;
}

table.headerBar {
	margin: 0px;
	padding: 0px;
	
	font-size: 10pt;
}

td.hb_Leftside {
	width: 589px;
	height: 77px;
	
	margin: 0px;
	padding: 0px;
}

td.hb_Rightside {
	color: white;
	
	background-image: url('images/index_03.jpg');
	background-repeat: no-repeat;
	
	width: 212px;
	height: 77px;
	
	font-weight: bold;
	text-align: center;
	
	line-height: 14pt;
	
	margin: 0px;
	padding: 0px;
}

table.bodyTable {
	margin: 0px;
	padding: 0px;
	
	font-size: 10pt;
	
	width: 801px;
	
	border-bottom: 1px solid white;
}

input {
	vertical-align: middle;
}

td.leftNav {
	background-color: #9D9E9C;
	
	width: 172px;
	
	border-right: 1px solid white;
	
	vertical-align: top;
}

div.ln_lightBlueButton {
	background-color: #7F91BE;
	color: white;
	
	line-height: 14pt;
	
	font-weight: bold;
	
	padding-top: 2px;
	padding-left: 7px;
	width: 165px;
	border-bottom: 1px solid white;
}

a.ln_lightBlueButton a.ln_lightBlueButton:visited {
	color: white;
}

a.ln_lightBlueButton:hover {
	font-style: italic;
}

div.ln_darkBlueButton {
	background-color: #00247E;
	color: white;
	
	line-height: 15pt;
	
	font-weight: bold;
	
	padding-left: 7px;
	width: 165px;
	border-bottom: 1px solid white;
}

img.spectrumLogo {
	margin: 1px auto;
	width: 140px;
	height: 50px;
}

td.rightNav {
	padding: 0px;
	background-color: white;
	
	width: 625px;
	
	vertical-align: top;

	border-right: 1px solid #DDD;

}

div.rn_Actions {
	margin-top: 0px;
	padding: 0px;
	
	width: 625px;
	
	text-align: right;
	
	background-color: #006;
	color: white;
	
	line-height: 16pt;
	font-variant: small-caps;
	
}

div.rn_Title {
	margin-top: 0px;
	padding: 0px;
	
	width: 625px;
	
	text-align: left;
	
	background-color: #006;
	color: white;
	
	line-height: 16pt;
	text-transform: uppercase;
	font-weight: bold;
}

.rn_Actions a {
	color: white;
}

div.contentContainer {
	padding: 10px;
}

table.bottomTalker {
	width: 100%;
}

td.leftTalker {
	font-size: 8pt;
}

td.rightTalker {
	font-size: 8pt;
	text-align: right;
}

// the following copied verbatim from the ITD stylesheet

p {
   // font-family: trebuchet MS, verdana, tahoma, arial, helvetica, sans-serif;
   font-size: 10pt;
   line-height: 12pt;
   font-style: normal;
   font-weight: normal;

}

li {
   // font-family: trebuchet MS, verdana, tahoma, arial, helvetica, sans-serif;
   font-size: 10pt;
   line-height: 12pt;
   font-style: normal;
   font-weight: normal;
 
}

ul {
   // font-family: trebuchet MS, verdana, tahoma, arial, helvetica, sans-serif;
   font-size: 10pt;
   line-height: 12pt;
   font-style: normal;
   font-weight: normal;
   list-style-type: square;

}

h1 {
   // font-family: trebuchet MS, verdana, tahoma, arial, helvetica, sans-serif;
   font-size: 18pt;
   line-height: 18pt;
   font-style: normal;
   font-weight: bold;

}

h2 {
   // font-family: trebuchet MS, verdana, tahoma, arial, helvetica, sans-serif;
   font-size: 16pt;
   line-height: 16pt;
   font-style: normal;
   font-weight: bold;
   text-align: center;

}

h3 {
   // font-family: trebuchet MS, verdana, tahoma, arial, helvetica, sans-serif;
   font-size: 14pt;
   line-height: 14pt;
   font-style: normal;
   font-weight: bold;

}

h4 {
   // font-family: trebuchet MS, verdana, tahoma, arial, helvetica, sans-serif;
   font-size: 12pt;
   line-height: 12pt;
   font-style: normal;
   font-weight: bold;

}

h5 {
   // font-family: trebuchet MS, verdana, tahoma, arial, helvetica, sans-serif;
   font-size: 10pt;
   line-height: 10pt;
   font-style: normal;
   font-weight: bold;

}

h6 {
   // font-family: trebuchet MS, verdana, tahoma, arial, helvetica, sans-serif;
   font-size: 8pt;
   line-height: 10pt;
   font-style: normal;
   font-weight: bold;

}

div.typePanel {
	padding-top: 5px;
	text-align: center;
	width: 80%;
	
	background-color: #EEF;
	
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 2em;
	
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

div.typePanel:hover {
	padding-top: 5px;
	text-align: center;
	width: 80%;
	
	background-color: white;
	
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 2em;
	
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.typePanel a {
	color: black;
}

div.typePanel2 {
	padding-top: 5px;
	text-align: center;
	width: 80%;
	
	/* background-color: #EEF; */
	
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 2em;
	
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

div.typePanel2:hover {
	padding-top: 5px;
	text-align: center;
	width: 80%;
	
	background-color: #EEF;
	
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 2em;
	
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.typePanel2 a {
	color: black;
}