
/* This is the base stylesheet.  Copy and modify. */

body {	
  color: #000066;
  background-color: #eeeeff;
	font-size: .9em;
	font-weight: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size-adjust: .58;
	margin-top: 1em;
	margin-right: 6%;
	margin-bottom: 2em;
	margin-left: 3%;
	min-width: 100px;
	max-width: 500px; /* controls length of lines */
}	

p, blockquote, dir, menu {	
	/* inherit from body */	
	font-size: .9em;
	font-family: Helvetica, Arial, sans-serif;
}	

p {
	text-indent: 2em;
}

b	{
	font-weight: bold;
}
	
i	{
	font-style: italic;
}

strong	{	
	font-style: normal;
	font-weight: bold;
	/* color:	#ffff33;
	background:	#333333; */
}	
		
em	{	
	font-style:	italic;
	font-weight: normal;
	/* color:	#ffff33;
	background:	#333333; */
}	
		
em strong, strong em	{	
	font-style:	normal;
	font-weight:	bolder;
	/* color:	#ffff33;
	background:	#333333; */
}	

/* bodytext links */		
a:link {	
	color: #000066;
}	
a:visited {	
	color: #660066;
}	
a:active {	
	color: #000066;
}
a:hover {	
	color: #0000cc;
}	

		
/* headers */		
h1	{	
	font-family: Helvetica, Arial, sans-serif;
	font-size-adjust: .53;
	font-size: 2em;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #000033;
	margin-top:	2em;
	margin-bottom:	.33em;
	padding-top:	0;
	padding-bottom:	0;
	border-top-width:	0;
	border-bottom:	0;
}	
		
h2	{	
	font-family: Helvetica, Arial, sans-serif;
	font-size-adjust: .53;
	font-size:	1.75em;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #000033;
	margin-top:	1.75em;
	margin-bottom:	.33em;
	padding-top:	0;
	padding-bottom:	0;
	border-top-width:	0;
	border-bottom:	0;
}	
		
h3	{	
	font-family: Helvetica, Arial, sans-serif;
	font-size-adjust: .53;
	font-size: 1.58em;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #000033;
	margin-top:	1.58em;
	margin-bottom:	.33em;
	padding-top:	0;
	padding-bottom:	0;
	border-top-width:	0;
	border-bottom:	0;
}	
		
h4	{	
	font-family: Helvetica, Arial, sans-serif;
	font-size-adjust: .53;
	font-size: 1.33em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #000033;
	margin-top:	1.33em;
	margin-bottom:	.33em;
	padding-top:	0;
	padding-bottom:	0;
	border-top-width:	0;
	border-bottom:	0;
}	
		
h5	{	
	font-family: Helvetica, Arial, sans-serif;
	font-size-adjust: .53;
	font-size: 1.17em;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #000033;
	margin-top:	1.17em;
	margin-bottom:	.33em;
	padding-top:	0;
	padding-bottom:	0;
	border-top-width:	0;
	border-bottom:	0;
}	
		
h6	{	
	font-family: Helvetica, Arial, sans-serif;
	font-size-adjust: .53;
	font-size: 1em;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #000033;
	margin-top:	1em;
	margin-bottom:	.33em;
	padding-top:	0;
	padding-bottom:	0;
	border-top-width:	0;
	border-bottom:	0;
}	

/* lists */		
ul, ol, dl, dd, li {	
	font-family: Helvetica, Arial, sans-serif;	
}

dt	{	
	font-family: Helvetica, Arial, sans-serif;
	font-size-adjust: .53;
	font-size: 1.17em;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}		

ol li {	
	list-style-type: decimal;
}	

ol ol li {	
	list-style-type: upper-alpha;
}	

ol ol ol li	{	
	list-style-type: upper-roman;
}	

ol ol ol ol li {	
	list-style-type: lower-alpha;
}	

ol ol ol ol ol li	{	
	list-style-type: lower-roman;
}	
		
hr	{	
	margin-top:	.75em;
	margin-bottom:	.75em;
	border-top-width:	0;
	border-bottom:	0;
	padding-top:	0;
	padding-bottom:	0;
	color: #999999;
	height:	1px;
}	
	
/* deprecated, use div align="center" */
center {

}
							
/* deprecated, use body, p, div, and span with classes, ids */
font {

}
							
/* HTML extensions - text-level elements */
abbrev	{	
	font-variant: small-caps;
	letter-spacing:	0.1em;
}	
		
acronym	{	
	font-variant: small-caps;
	letter-spacing:	0.1em;
}	
		
address	{	
	font-style:	normal;
	letter-spacing:	.1em;
	margin-top:	1.58em;
	margin-bottom:	1.58em;
	border-top-width:	0;
	border-bottom:	0;
	padding-top:	0;
	padding-bottom:	0;
}	
		
cite {	
	font-style:	italic;
}	
		
code {	
	font-family: Courier, Courier New, monospace;
}	
		
del	{	
	text-decoration: line-through;
	background:	#990000;
}	
		
dfn {	
	font-style:	italic;
}	
		
ins	{	
	text-decoration: underline;
	background:	#000099;
}	
		
kbd {	
	font-weight: bold;
	font-family: Courier, Courier New, monospace;
}	
		
q {	
	font-style:	italic;
}	
		
var {	
	font-weight: bold;
	font-style:	italic;
}	
		
/* classes */				
.author	{	
	text-transform: capitalize;
	font-variant: small-caps;
	letter-spacing:	0.1em;
	font-size-adjust: .53;
	font-size: 1.58em;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	color: #cccccc;
	margin-top:	1.58em;
	margin-bottom:	.33em;
}	
		
.bodytext {
	text-indent: 2em;
  color:#000066;
  font-size:.9em;
  font-family:arial,helvetica,sans-serif;
  font-weight:normal;
  margin-top:.5em;
  margin-bottom:.5em;
}
	
/* bodytext links */		
.bodytext a:link {	
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #000066;
}	
.bodytext a:visited {	
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #660066;
}	
.bodytext a:active {	
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #000066;
}
.bodytext a:hover {	
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #0000cc;
	letter-spacing: normal;
}	

.ultext {
  color:#000066;
  font-size:.9em;
  font-family:arial,helvetica,sans-serif;
  font-weight:normal;
  margin-top:.5em;
  margin-bottom:.5em;
}
	
/* ultext links */		
.ultext a:link {	
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #000066;
}	
.ultext a:visited {	
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #660066;
}	
.ultext a:active {	
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #000066;
}
.ultext a:hover {	
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #0000cc;
	letter-spacing: normal;
}	

.box {
  border-color: #999999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top-width: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	padding-left: .5em;
	width:	auto;
}

.breadcrumbs {
  color:#000066;
  font-size:.7em;
  font-family:arial,helvetica,sans-serif;
  font-weight:normal;
  margin-top: 0px;
  margin-bottom: 15px;
}

.breadcrumbs a:link {
    color: #000066;
}

.breadcrumbs a:visited {
    color: #660066;
}

.breadcrumbs a:active {
    color: #000066;
}

.breadcrumbs a:hover {
    color: #0000ff;
    font-weight: bold;
}

.byline	{	
	text-transform: capitalize;
	font-variant: small-caps;
	letter-spacing:	0.1em;
	font-size-adjust: .53;
	font-size: 1.0em;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	color: #cccccc;
}	
		
.callout {
	width: 100%;
	font-size: 1.5em;
	color: #333399;
	border-color: #999999;
	margin-top: 1.5em;
	margin-right: 5em;
	margin-bottom: 1.5em;
	margin-left: 5em;
	border-top-width: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	padding-left: .5em;	
}

.calloutLeft {
	width: 30%;
	float: left;
	font-size: 1.5em;
	color: #333399;
	border-color: #999999;
	margin-top: .1em;
	margin-right: .1em;
	margin-bottom: .1em;
	margin-left: -.6em; /* negative value to outdent */
	border-top-width: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	padding-top: .1em;
	padding-right: .1em;
	padding-bottom: .1em;
	padding-left: .1em;	
}

.calloutRight {
	width: 30%;
	float: right;
	font-size: 1.5em;
	color: #333399;
	border-color: #999999;
	margin-top: .5em;
	margin-right: .5em; /* negative value to outdent */
	margin-bottom: .5em;
	margin-left: .5em;
	border-top-width: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	padding-left: .5em;	
}

.dateline	{	
	text-transform: capitalize;
	font-variant: small-caps;
	letter-spacing:	0.1em;
	font-size-adjust: .53;
	font-size: 1.0em;
	font-weight: 400;
	font-style: italic;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	color: #cccccc;
}	
		
.index	{	
	vertical-align: super;
	font-size: .5em;
	font-style: normal;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}	

.license {
  color:#000066;
  font-size:.64em;
  font-family:arial,helvetica,sans-serif;
  font-weight:normal;
  margin-top:0em;
  margin-bottom:0em;
}

.linksLeft {
	width: 33%;
	float: left;
	text-align: center;
	margin-top: .1em;
	margin-right: -.5em; /* negative value to outdent */
	margin-bottom: .1em;
	margin-left: 1em;
	border-style: solid;
	border-width: thin;
	border-color: #999999;
	background-color: #eeeeee;
	padding-top: .1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;	
}

.linksLeft a:link {
    color: #6666ff;
}

.linksLeft a:visited {
    color: #660066;
}

.linksLeft a:active {
    color: #6666ff;
}

.linksLeft a:hover {
    color: #0000ff;
    font-weight: bold;
}

.linksRight {
	width: 33%;
	float: right;
	margin-top: .1em;
	margin-right: -.5em; /* negative value to outdent */
	margin-bottom: .1em;
	margin-left: 1em;
	border: 1px solid #000066;
	padding: 1em;
	padding-top: .7em;
  background-color: #f4f4ff;
	text-align: right;
	font-size: 11px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
}

.linksRight a:link {
	color: #000066;
	font-size: 11px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
}

.linksRight a:visited {
	color: #660066;
	font-size: 11px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
}

.linksRight a:active {
	color: #000066;
	font-size: 11px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
}

.linksRight a:hover {
	color: #0000cc;
 	font-size: 11px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
}

.note {	
	font-style: italic;
}	
		
.title {	
	font-size: 2.5em;
	font-style: italic;
	font-weight: 400;
	font-style: italic;
	font-family: cursive;
	font-size-adjust: .53;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #000066;
	margin-top:	2em;
	margin-bottom:	.33em;
	padding-top:	0;
	padding-bottom:	0;
	border-top-width:	0;
	border-bottom:	0;
}	
		
.subhead {	
	font-size: 1.5em;
	font-style: italic;
	font-weight: 400;
	font-style: italic;
	font-family: cursive;
	font-size-adjust: .53;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #000066;
	margin-top: .75em;
	margin-bottom: .75em;
	padding-top:	0;
	padding-bottom:	0;
	border-top-width:	0;
	border-bottom:	0;
}	
		
.subtitle {	
	font-size: 1.5em;
	font-style: italic;
	font-weight: 400;
	font-style: italic;
	font-family: cursive;
	font-size-adjust: .53;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #000033;
	margin-top: .75em;
	margin-bottom: .75em;
	padding-top:	0;
	padding-bottom:	0;
	border-top-width:	0;
	border-bottom:	0;
}	
		
.warning {	
	text-transform: none;
	font-style: normal;
	font-weight: bolder;
	background: #ffff00;
	color: #000000;
}	
		
/* pseudo-elements */
/* font-size: 3.5em; */
.firstPara {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: .9em;
	font-size-adjust: .58;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}
.firstPara:first-letter {
	float: left;
	display: inline;
	margin-top: -7px;
	margin-right: 2px;
	padding: 0px;
	vertical-align: top;
	line-height: .5em;
	text-indent: 0em;
	font-size: 40px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
}

.firstPara:first-line {
	text-indent: 0em;
	text-transform: uppercase;
}
/* firstPara links */		
.firstPara a:link {	
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #000066;
}	
.firstPara a:visited {	
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #660066;
}	
.firstPara a:active {	
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #000066;
}
.firstPara a:hover {	
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #0000cc;
	letter-spacing: normal;
}	

/* ids */		
#colophon	{	
	display: none;
}	

		
/* contextual child selector */		
div > p:first-child, body > p:first-child, td > p:first-child	{	
	margin-top:	.75em;
	margin-bottom:	.75em;
	padding-top:	0;
	padding-bottom:	0;
	text-indent: 0em;
}	
		
/* sibling selectors for following paragraphs */
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, div + p	{	
	margin-top:	.75em;
	margin-bottom:	.75em;
	padding-top:	0;
	padding-bottom:	0;
	border-top-width:	0;
	border-bottom:	0;
}	
		
/* indent first lines on paragraphs preceded by paragraphs */
p + p	{
	text-indent: 2em;
	margin-top:	.75em;
	margin-bottom:	.75em;
	border-top-width:	0;
	border-bottom:	0;
	padding-top:	0;
	padding-bottom:	0;
}

.CMSTable {
	position: relative;
	float: right;
	font-size: 10pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
  background-color: #9999ff;
	color: #000033;
	padding: 2px;
	margin: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccccff;
	text-align: left;
	width: 98%;
}
.CMSTable a:link {
	font-weight: bold;
	color: #000066;
}
.CMSTable a:active {
	font-weight: bold;
	color: #ff0000;
}
.CMSTable a:visited {
	font-weight: bold;
	color: #993399;
}
.CMSTable a:hover {
	font-weight: bold;
	color: #ffffff;
}
.CMSProductXML:link {
	font-size: 10pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	color: #000066;
}
.CMSProductXML:active {
	font-size: 10pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	color: #ff0000;
}
.CMSProductXML:visited {
	font-size: 10pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	color: #993399;
}
.CMSProductXML:hover {
	font-size: 10pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	color: #ffffff;
}
.CMSProductName {
	font-size: 14pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	color: #000033;
    background-color: #9999ff;
}
.CMSProductBreak {
	font-size: 14pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	color: #000033;
    background-color: #eeeeff;
}
.CMSProductDescription {
	font-size: 12pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	color: #000033;
    background-color: #d0d0ff;
}
.CMSProductFeatures {
	color: #000033;
	font-size: 10pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
    background-color: #eeeeff;
}

.skyFeatureTable {
	position: relative;
	font-size: 10pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	background-color: #9999ff;
	color: #000033;
	padding: 2px;
	margin: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccccff;
	text-align: center;
	width: 98%;
}
.skyFeatureTable a:link {
	font-weight: bold;
	color: #000066;
}
.skyFeatureTable a:active {
	font-weight: bold;
	color: #ff0000;
}
.skyFeatureTable a:visited {
	font-weight: bold;
	color: #993399;
}
.skyFeatureTable a:hover {
	font-weight: bold;
	color: #ffffff;
}
.skyFeatureTopRow {
	font-size: 14pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	margin: 1px;
	border-width: 0px;
	border-style: solid;
	border-color: #ccccff;
	text-align: left;
	width: 100%;
}
.skyFeatureSetTopRow {
	font-size: 14pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	margin: 1px;
	border-width: 0px;
	border-style: solid;
	border-color: #ccccff;
	text-align: left;
	width: 100%;
}
.skyFeatureSetRow {
	font-size: 12pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	margin: 1px;
	border-width: 0px;
	border-style: solid;
	border-color: #ddddff;
	background-color: #d0d0ff;
	text-align: left;
	width: 100%;
}
.skyFeatureRow {
	background-color: #eeeeff;
	margin: 1px;
	border-width: 0px;
	border-style: solid;
	border-color: #ccccff;
	text-align: left;
	width: 100%;
}

.skyFeatureSelectorTable {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.skyFeatureSelectorTable a:link {
	font-weight: bold;
	color: #000066;
}
.skyFeatureSelectorTable a:active {
	font-weight: bold;
	color: #ff0000;
}
.skyFeatureSelectorTable a:visited {
	font-weight: bold;
	color: #000066;
}
.skyFeatureSelectorTable a:hover {
	font-weight: bold;
	color: #0000ff;
}

.CMSKnowledgeFeedsTable {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}
.CMSKnowledgeFeedsTable a:link {
	font-weight: bold;
	color: #000066;
}
.CMSKnowledgeFeedsTable a:active {
	font-weight: bold;
	color: #ff0000;
}
.CMSKnowledgeFeedsTable a:visited {
	font-weight: bold;
	color: #000066;
}
.CMSKnowledgeFeedsTable a:hover {
	font-weight: bold;
	color: #0000ff;
}


.skyFeatureDirectoryTable {
	position: relative;
	font-size: 10pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	background-color: #9999ff;
	color: #000033;
	padding: 2px;
	margin: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccccff;
	text-align: left;
	width: 98%;
}
.skyFeatureDirectoryTable a:link {
	font-weight: bold;
	color: #000066;
}
.skyFeatureDirectoryTable a:active {
	font-weight: bold;
	color: #ff0000;
}
.skyFeatureDirectoryTable a:visited {
	font-weight: bold;
	color: #993399;
}
.skyFeatureDirectoryTable a:hover {
	font-weight: bold;
	color: #ffffff;
}
.skyFeatureDirectoryNavRow {
	background-color: #ccccff;
	margin: 1px;
	border-width: 0px;
	border-style: solid;
	border-color: #ccccff;
	text-align: left;
	width: 100%;
}
.skyFeatureDirectoryFacetsCell {
	width: 5%;
	vertical-align: top;
}
.skyFeatureDirectoryFacetsTable {
	position: relative;
	font-size: 10pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	background-color: #9999ff;
	color: #000033;
	padding: 2px;
	margin: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccccff;
	text-align: left;
	width: 100%;
}
.skyFeatureDirectoryFacet {
	width: 100%;
	vertical-align: top;
	whitespace: nowrap;
	text-align: left;
	font-weight: bold;
}
.skyFeatureDirectoryListingCell {
	width: 95%;
	vertical-align: top;
}
.skyFeatureDirectoryOptionCell {
	background-color: #ffffff;
	whitespace: nowrap;
}
.skyFeatureDirectoryProductCell {
	background-color: #ffffff;
	whitespace: nowrap;
}

.skyGlossBody {
	font-size: 12pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	background-color: #eeeeff;
	color: #000033;
	text-align: left;
}

.skyGlossTitle {
	font-size: 16pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
}
.skyGlossDescription {
	font-size: 14pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
}

.skyGlossInitialLink:link {
	font-size: 14pt;
	font-weight: bold;
	color: #000066;
}
.skyGlossInitialLink:active {
	font-size: 14pt;
	font-weight: bold;
	color: #ff0000;
}
.skyGlossInitialLink:visited {
	font-size: 14pt;
	font-weight: bold;
	color: #993399;
}
.skyGlossInitialLink:hover {
	font-size: 14pt;
	font-weight: bold;
	color: #0000cc;
}

.skyGlossNavLink:link {
	font-size: 14pt;
	font-weight: bold;
	color: #000066;
}
.skyGlossNavLink:active {
	font-size: 14pt;
	font-weight: bold;
	color: #ff0000;
}
.skyGlossNavLink:visited {
	font-size: 14pt;
	font-weight: bold;
	color: #993399;
}
.skyGlossNavLink:hover {
	font-size: 14pt;
	font-weight: bold;
	color: #0000cc;
}

.skyGlossInitial {
	font-size: 14pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
}

.skyGlossTermTitleLink:link {
	font-size: 14pt;
	font-weight: bold;
	color: #000066;
}
.skyGlossTermTitleLink:active {
	font-size: 14pt;
	font-weight: bold;
	color: #ff0000;
}
.skyGlossTermTitleLink:visited {
	font-size: 14pt;
	font-weight: bold;
	color: #993399;
}
.skyGlossTermTitleLink:hover {
	font-size: 14pt;
	font-weight: bold;
	color: #0000cc;
}

.skyGlossTermBody {
}


.skyGlossTopLink:link {
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
}
.skyGlossTopLink:active {
	font-size: 10pt;
	font-weight: bold;
	color: #ff0000;
}
.skyGlossTopLink:visited {
	font-size: 10pt;
	font-weight: bold;
	color: #993399;
}
.skyGlossTopLink:hover {
	font-size: 10pt;
	font-weight: bold;
	color: #0000cc;
}

.skyFooter {
	font-size: 9pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	color: #000066;
}
.skyFooterLink {
	font-size: 9pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	color: #000066;
}

.skyFooterTable{
	font-size: 9pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	color: #000066;
}
.skyFooterRow {
	font-size: 9pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	color: #000066;
}
.skyFooterCell {
	font-size: 9pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	color: #000066;
}
.skyFooterText {
	font-size: 9pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	color: #000066;
}

.skyPoweredBlock {
	font-size: 9pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	color: #000066;
}
.skyPoweredLink {
	font-size: 8pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	color: #000066;
}

