		Body
			{
				background: #264FA4;
				color: #444444;
				font-size: .8em;
				font-family: Verdana, arial, helvetica, sans-serif;
				text-align: center;
				margin: 0px;
			}
		.pagetitle
			{
				color: #BF0020;
				font-size: 1.8em;
				font-weight: bold;
				text-align: right;
				font-family: Verdana, arial, helvetica, sans-serif;
			}
		.subheader
			{
				color: #445577;
				font-size: 1em;
				font-weight: bold;
			}
		.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-family: verdana, arial, helvetica, sans-serif;
			}
		.headerfootertext
			{
				color: #FFFFCC;
				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: 8pt;
			}
		a.alternatelink:link
			{
				color: #FFFFFF;
				text-decoration: underlined;
			}
		a.alternatelink:active
			{
				color: #FFFFFF;
				text-decoration: underlined;
			}
		a.alternatelink:visited
			{
				color: #FFFFFF;
				text-decoration: underlined;
			}
		a.alternatelink:hover
			{
				color: ##EEEEFF;
				text-decoration: none;
			}
		a:link
			{
				color: #213980;
				text-decoration: underlined;
			}
		a:active
			{
				color: #213980;
				text-decoration: underlined;
			}
		a:visited
			{
				color: #0F4545;
				text-decoration: underlined;
			}
		a:hover
			{
				color: #096B6B;
				text-decoration: none;
			}
		td
			{
				background: #FFFFFF;
				font-size: .8em;
			}
		/************************************/
		/*     End Standard CSS Classes */
		/***********************************/
hr {
	height: 1px;
	color: #BF0020;
	size: 1;
}
