body
	{
	 FONT-FAMILY: Arial;
	 MARGIN: 0PX;
	}
	td
	{
	 FONT-SIZE: 10pt;
	}
	td.cell
	{
		FONT-SIZE: 10pt;
		TEXT-ALIGN: center;
	}
	td.cellDarkSeaGreen
	{
		FONT-SIZE: 10pt;
		BACKGROUND-COLOR: darkseagreen;
		TEXT-ALIGN: center;
	}
	td.cellGoldenrod
	{
		FONT-SIZE: 10pt;
		BACKGROUND-COLOR: goldenrod;
		TEXT-ALIGN: center;
	}
	td.cellRed
	{
		FONT-SIZE: 10pt;
		BORDER-BOTTOM: medium solid black;
		BACKGROUND-COLOR: Red;
		TEXT-ALIGN: center;
	}
	td.cellLightskyblue
	{
		FONT-SIZE: 10pt;
		BACKGROUND-COLOR: Lightskyblue;
		TEXT-ALIGN: center;
	}
	td.cellMediumaquamarine
	{
		FONT-SIZE: 10pt;
		BACKGROUND-COLOR: Mediumaquamarine;
		TEXT-ALIGN: center;
	}
	td.cellBisque
	{
		FONT-SIZE: 10pt;
		BACKGROUND-COLOR: Bisque;
		TEXT-ALIGN: center;
	}
	td.cellLightYellow
	{
		FONT-SIZE: 10pt;
		BACKGROUND-COLOR: #ffffcc;
		TEXT-ALIGN: center;
	}
	td.cellWhiteSmoke
	{
		FONT-SIZE: 10pt;
		BACKGROUND-COLOR: WhiteSmoke;
		TEXT-ALIGN: center;
	}
	td.topFrame
	{
		FONT-SIZE: 10pt;
		BACKGROUND-COLOR: #f7f7f7;
		VERTICAL-ALIGN: middle;
		TEXT-ALIGN: center;
		PADDING: 0;
	}
	td.bottomFrame
	{
		FONT-SIZE: 8pt;
		VERTICAL-ALIGN: middle;
		TEXT-ALIGN: center;
		PADDING: 0;
	}
	td.leftFrame
	{
		FONT-SIZE: 10pt;
		VERTICAL-ALIGN: top;
	}
	td.rightFrame
	{
		FONT-SIZE: 10pt;
		VERTICAL-ALIGN: top;
	}
	td.centerFrame
	{
		FONT-SIZE: 12pt;
		VERTICAL-ALIGN: top;
	}
	td.welcome
	{
		FONT-SIZE: 12pt;
		VERTICAL-ALIGN: top;
	}
	td.bodyText
	{
		FONT-SIZE: 12pt;
		VERTICAL-ALIGN: top;
	}
	td.fieldLabel
	{
		FONT-SIZE: 10pt;
		FONT-WEIGHT: bold;
		TEXT-ALIGN: right;
	}
	td.fieldLabelLeft
	{
		FONT-SIZE: 10pt;
		FONT-WEIGHT: bold;
		TEXT-ALIGN: left;
		VERTICAL-ALIGN: top;
	}
	td.newsDate
	{
		FONT-SIZE: 10pt;
		FONT-WEIGHT: bold;
		TEXT-ALIGN: right;
		WIDTH: 100;
		VERTICAL-ALIGN: top;
	}
	td.newsItem
	{
		FONT-SIZE: 11pt;
		VERTICAL-ALIGN: top;
	}
	td.right
	{
		TEXT-ALIGN: right;
	}
	td.center
	{
		TEXT-ALIGN: center;
	}
	input.blueButton
	{
		COLOR: gold;
		FONT-WEIGHT: bold;
		BACKGROUND-COLOR: navy;
	}
	input.redButton
	{
		COLOR: white;
		FONT-WEIGHT: bold;
		BACKGROUND-COLOR: firebrick;
	}
	input.darkgoldenrodButton
	{
		COLOR: black;
		FONT-WEIGHT: bold;
		BACKGROUND-COLOR: darkgoldenrod;
	}
	input.darkolivegreenButton
	{
		COLOR: white;
		FONT-WEIGHT: bold;
		BACKGROUND-COLOR: darkolivegreen;
	}
	.heading3
	{
		FONT-SIZE: 10pt;
		FONT-WEIGHT: bold;
	  TEXT-DECORATION: underline; 
		COLOR: black;
	}
	.questions
	{
		FONT-SIZE: 10pt;
		FONT-STYLE: italic;
		COLOR: black;
	}
	.cellTitle
	{
		FONT-SIZE: 11pt;
		FONT-WEIGHT: bold;
		COLOR: black;
	}
	.cellTitleCenter
	{
		FONT-SIZE: 11pt;
		FONT-WEIGHT: bold;
		COLOR: black;
		TEXT-ALIGN: center;
	}
	.cellTitleBlue
	{
		FONT-SIZE: 11pt;
		FONT-WEIGHT: bold;
		COLOR: blue;
	}
	.cellTitleCenterBlue
	{
		FONT-SIZE: 11pt;
		FONT-WEIGHT: bold;
		COLOR: blue;
		TEXT-ALIGN: center;
	}
	.newsHeader
	{
		FONT-SIZE: 11pt;
		FONT-WEIGHT: bold;
	  TEXT-DECORATION: underline; 
		COLOR: #006633;
		TEXT-ALIGN: center;
	}
	.footnote
	{
		FONT-SIZE: 9pt;
		FONT-STYLE: italic;
		COLOR: black;
		TEXT-ALIGN: center;
	}
	.cellTitleYellow
	{
		FONT-SIZE: 11pt;
		FONT-WEIGHT: bold;
		COLOR: yellow;
	}
	.pageHdr
	{
		FONT-SIZE: 17pt;
		FONT-WEIGHT: bold;
		COLOR: black;
	}
	.pageHdrScript
	{
		FONT-SIZE: 12pt;
		FONT-WEIGHT: bold;
		FONT-STYLE: italic;
		COLOR: black;
	}
	.caption
	{
		FONT-SIZE: 10pt;
		COLOR: black;
	}
	.welcomeMessage
	{
		FONT-SIZE: 12pt;
		COLOR: black;
		FONT-WEIGHT: bold;
		FONT-STYLE: italic;
	}
	.aircraftTitle
	{
		FONT-SIZE: 12pt;
		COLOR: black;
		FONT-WEIGHT: bold;
		FONT-STYLE: italic;
	}
	A
	 {
	  text-decoration: none; 
	  color: mediumblue; 
	  font-weight: bold;
	 }
	A:hover
	 {
	  text-decoration: none; 
	  color: goldenrod; 
	  font-weight: bold;
	 }
	A.lightlink
	 {
	  text-decoration: none; 
	  color: lightsteelblue; 
	  font-weight: bold;
	 }
	A.lightlink:hover
	 {
	  text-decoration: none; 
	  color: goldenrod; 
	  font-weight: bold;
	 }
	A.black
	 {
	  text-decoration: none; 
	  color: black; 
	  font-weight: bold;
	 }
	A.black:hover
	 {
	  text-decoration: none; 
	  color: gray; 
	  font-weight: bold;
	 }
	A.redLink
	 {
	  text-decoration: none; 
	  color: #990000; 
	  font-weight: bold;
	 }
	A.redLink:hover
	 {
	  text-decoration: none; 
	  color: gray; 
	  font-weight: bold;
	 }
	A.brightRedLink
	 {
	  text-decoration: none; 
	  color: #FF0000; 
	  font-weight: bold;
	 }
	A.brightRedLink:hover
	 {
	  text-decoration: none; 
	  color: gray; 
	  font-weight: bold;
	 }
	A.underline
	 {
	  text-decoration: underline; 
	  color: mediumblue; 
	  font-weight: normal;
	 }
	A.underline:hover
	 {
	  text-decoration: underline; 
	  color: goldenrod; 
	  font-weight: bold;
	 }
	A.faqQuestion
	 {
	  text-decoration: underline; 
	  color: 990033; 
	  font-weight: normal;
	 }
	A.faqQuestion:hover
	 {
	  text-decoration: underline; 
	  color: goldenrod; 
	  font-weight: bold;
	 }
	A.faqAnswer
	 {
	  color: #990033; 
	  font-size: 11pt;
	  font-weight: bold;
	 }
	A.faqAnswer:hover
	 {
	  color: goldenrod; 
	  font-size: 11pt;
	  font-weight: bold;
	 }
