	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	 *                                                                                                       *
	 *                                                                                                       *
	 *                                                 RESET                                                 *
	 *                                                                                                       *
	 *                                                                                                       *
	 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



	b, big, i, samp, small, tt, var { font-size: 0px; display: none; }

	a, abbr, acronym, address, area, bdo, blockquote, body, br, button, caption, cite, code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, frame, frameset, h1, h2, h3, h4, h5, h6, head, hr, html, iframe, img, input, ins, kbd, label, legend, li, link, map, noframes, noscript, object, ol, optgroup, option, p, pre, q, select, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, ul {

		background: transparent;
		background-color: transparent;
		border: 0;
		color: #5C3B01;
		font-family: Verdana, Kalimati, "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, Garuda, sans-serif;
		font-size: 100%;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		line-height: 18px;
		margin: 0;
		outline: 0;
		padding: 0;
		text-align: left;
		text-decoration: none;
		text-indent: 0px;
		vertical-align: baseline;

		}

	ol, ul				{ list-style: none; }

	a img				{ none; }

	blockquote, q			{ quotes: none; }

	blockquote:before, blockquote:after, q:before, q:after {

		content: '';
		content: none;

		}

	:focus				{ outline: 0; }



	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	 *                                                                                                       *
	 *                                                                                                       *
	 *                                                NEW SET                                                *
	 *                                                                                                       *
	 *                                                                                                       *
	 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

	a, a:link, a:visited, a:active		{ color: #5C3B01; font-weight: bold; }

	a:hover, a:focus			{ color: #2A7A5A; }

	body, input, textarea			{ background-color: #FFFFFF; font-size: 13px; }

	code					{ font-size: 12px; }

	input, textarea, select, option			{ border: solid 1px #749CC2; margin-top: 5px; padding: 4px; }

	em, em strong, strong em, em span	{ font-style: italic; }

	h1, h1 span, h2, h3			{ font-family: Georgia, "Nimbus Roman No9 L", "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, "Times New Roman", Times, serif; }

	h1					{ font-size: 46px; line-height: 46px; text-align: center; }

	h2					{ font-size: 30px; line-height: 30px; margin-top: 40px; text-align: center; } /* font-size: 18 */

	h3					{ font-size: 16px; line-height: 24px; } /* font-style: italic; */

	p 					{ margin-top: 10px; margin-bottom: 14px; }

	strong					{ font-weight: bold; }

	table, th, td				{

							border: 1px solid #749CC2;
							border-collapse: collapse;
							padding: 10px;
							vertical-align: middle;

						}

	th					{ background-color: CCE1F5; }

#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
   order: solid orange 1px;
}

#inner {
  width: 620px;
  height: 140px;
  margin-left: -310px;  /*	Set to Width/2		*/
  position: absolute;
  top: -70px;          /*	Set to Height/2		*/
  left: 50%;
   order: solid red 1px;
}

.CoverH1	{ font-size: 100px; line-height: 120px; margin-bottom: 60px; }

.DarkSpan	{ color: #000066; }

.LightSpan	{ color: #3399FF; }

