		Body
			{
				background: #000000;
				color: #333333;
				font-size:10pt;
				font-family: verdana, arial, helvetica, sans-serif;
				margin: 0px;
			}
		.pagetitle
			{
				color: #333366;
				font-size: 1.3em;
				font-weight: bolder;
				font-family: verdana, arial, helvetica, sans-serif;
			}
		td {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: .8em;
			}
		.subheader
			{
				color: #000000;
				font-size: 1.2em;
				font-weight: bold;
				font-family: verdana, arial, helvetica, sans-serif;
			}
		.sidebartitle
			{
				color: #000000;
				font-size: 10pt;
				font-weight: bolder;
				font-family: verdana, arial, helvetica, sans-serif;
			}
		.sidebarsubhead
			{
				color: #000000;
				font-size: 8pt;
				font-weight: bolder;
				font-family: verdana, arial, helvetica, sans-serif;
			}
		.sidebartext
			{
				color: #000000;
				font-size: 8pt;
				font-family: verdana, arial, helvetica, sans-serif;
			}
		.caption
			{
				color: #000000;
				font-size: 8pt;
				font-style: italic;
				font-family: verdana, arial, helvetica, sans-serif;
			}
		.headerfootertext
			{
				color: #000000;
				font-size: 8pt;
				font-family: verdana, arial, helvetica, sans-serif;
			}
		.error
			{
				color: #FF0000;
				font-weight: bolder;
			}
		.success
			{
				color: darkgreen;
				font-weight: bolder;
			}
		.instructions
			{
				color: #999966;
				font-size: 8pt;
			}
		.required
			{
				color: #FF0000;
				font-weight: bolder;
			}
		.fieldlabel
			{
				color: #000000;
				font-weight: bolder;
			}
		.alternatelink
			{
				/*alternate to the standard a tag*/
				font-size: 11pt;
			}
		a.alternatelink:link
			{
				color: navy;
				text-decoration: underlined;
			}
		a.alternatelink:active
			{
				color: blue;
				text-decoration: underlined;
			}
		a.alternatelink:visited
			{
				color: blue;
				text-decoration: underlined;
			}
		a.alternatelink:hover
			{
				color: blue;
				text-decoration: none;
			}
		a:link
			{
				color: darkgreen;
				text-decoration: underlined;
			}
		a:active
			{
				color: darkgreen;
				text-decoration: underlined;
			}
		a:visited
			{
				color: green;
				text-decoration: underlined;
			}
		a:hover
			{
				color: green;
				text-decoration: none;
			}
		/************************************/
		/*     End Standard CSS Classes */
		/***********************************/
