			/*======================================================*/
			/* Primary palette used for Setcom site  ---------------*/
			/*======================================================*/
			/*	gold:				996633		*/
			/*	dk. gold:			663300		*/
			/*	blue:				336699		*/
			/*	red:				990000		*/
			/*							*/
			/*	gray scale:			000000		*/
			/*					333333		*/
			/*					666666		*/
			/*					999999		*/
			/*					cccccc		*/
			/*					ffffff		*/
			/*======================================================*/

			a		{ 
						font-family:		arial;
						font-weight:		500;
					}

			a img 	{ 	
						border: 			none ; 	
					}


					a.SPEC		{
								font-size: 	105%;
								background-color: 
										#6699cc;
								font-weight:	bold;
							}
		
					a.MENU		{
								font-size: 	95%;
							}

					a:link		{ 
								color: 		#990000; 
							}

					a:visited	{ 
								color: 		#666666; 
							}

					a:hover		{ 
								color: 		#ffffff; 
								background-color: 
										#336699;
							}

					a[target]	{ 

							}


			address		{
						padding: 			5%;
						font-size: 			90%;
						font-weight:		bold;
					}



			b		{
						font-size:			102%;
						color: 			#666666;
					}



					b.SETCOM	{
								font-size:		115%;
								color: 		#996633;
								font-style: 	oblique;
							}



					b.AREA	{
								font-size:		125%;
								color: 		#996633;
							}

					b.SUB_AREA	{
								font-size:		95%;
								color: 		#336699;
							}

					b.SM_GOLD	{
								font-size:		95%;
								color: 		#996633;
								font-style: 	oblique;
							}

					b.HEAD	{
								color: 		#333333;
								font-size:		125%;
							}

					b.TAB		{
								font-size:		130%;
								color: 		#996633;
							}

					b.BLINK	{
								color: 		#990000;
							}

					b.RED		{
								color: 		#990000;
								font-size:		115%;
							}

					b.BLACK	{
								color: 		#000000;
							}

			blockquote	{
						margin-left:	auto;
						margin-right:	auto;
					      width:  		80%;
						color: 		#333333;
						font-weight:	300;
						margin-top: 	3em; 
						margin-bottom: 	3em;
					}

			body		{
						text-align:		center;
						background: 	url(../images/BG.GIF);
					      width:  		90%;
						font-family: 	arial;
						margin-left:	auto;
						margin-right:	auto;
					}

			hr

					{
						width:		65%;
						margin-top: 	3em; 
						margin-bottom: 	3em;
					}

			img		{

					}

					li.COPYRIGHT	{
								color:		#336699;
								padding:		1%;
								text-align:		left;
								}

					li.HOME		{
								font-size:		95%;
								color:		#336699;
								font-weight: 	bold;
								margin-top: 	2em; 
								margin-bottom: 	2em;
								}

					li.BLUE
								{
								color:		#336699;
								margin-top: 	1em; 
								margin-bottom: 	1em;
								}

			ol
				{
						width:		90%;
						margin:		auto;
						margin-top: 	1em; 
						margin-bottom: 	1em;
				}

			p		{
						text-align:		left;
						width:		90%;
						margin-top: 	1em; 
						margin-bottom: 	1em;
						margin-left:	auto;
						margin-right:	auto;
					}

					p.PAGE_HEAD
							{
							text-align:		left;
							color:		#cccccc;
							font-style: 	normal;
							font-weight:	lighter;
							font-size:		80%;
							width:		95%;
							margin:		auto;
							}

					p.CNTR	{
							text-align:		center;
							width:		75%;
							margin-top: 	1em; 
							margin-bottom: 	1em;
							margin-left:	auto;
							margin-right:	auto;
							}

					p.COPYRIGHT	{
							text-align:		center;
							font-size: 		85%;
							color:		#000000;
							width:		75%;
							margin-top: 	1em; 
							margin-bottom: 	1em;
							}

					p.RIGHT	{
							text-align:		right;
							}

					p.BLUE
							{
							text-align:		left;
							color:		#336699;
							font-style: 	normal;
							font-weight:	bold;
							width:		85%;
							margin-left:	auto;
							margin-right:	auto;
							}

			table		{
						width:	90%;
						margin:	auto;
					}

			table.OUTER_BORDER
					{
						border-style:		double;
						border-color:		#336699;
						margin-left:		auto;
						margin-right:		auto;
					}

					tr		{
							vertical-align: 	middle;
							}

					/* Used as a table row header */

					th	{
							color: 		#336699;
							background-color: #cccccc;
							vertical-align: 	middle;
						}



							th.SPECIAL	{
								background-color: #990000;
								font-size:		108%;
								color:		#ffffff;
									}
							th.GOLD		{
								background-color: #cc9966;
								font-size:		120%;
									}

							/* Used to help visually organize table Use to highlight every other row in the table. */

							tr.ON		{
								background-color: #ffffcc;
									}

							tr.OFF	{
								background-color: #ffffff;
									}

							tr.ONCNTR	{
								background-color: #ffffcc;
								vertical-align: 	middle;
								margin:		auto;
								text-align:		center;
									}

							tr.GOLD	{
								background-color: #cc9966;
								vertical-align: 	middle;
								margin:		auto;
								text-align:		center;
									}

					td		{
								text-align:		left;						
								font-size: 		95%; 
								color: 		#333333;
							}

							/* Align table text to the center */

							td.CNTR	{
								text-align:		center;
									}

							/* Align table text to the center */

							td.CNTRG	{
								text-align:		center;
								background-color: #cccccc;
									}

							/* Align table text to the center */

							td.CNTRON	{
								text-align:		center;
								background-color: #ffffcc;
									}

							/* Align table text to the center */

							td.GRAY	{
								text-align:		center;
								background-color: #cccccc;
								color: 		#333333;
								padding-left:	4%;
								padding-right:	4%;
									}

							/* Used as a table row header */

							td.HEAD	{
								background-color: #ffffff;
									}



							/* Used as a table row header aligned right */

							td.HEADRT	{
								font-weight: 	900;
								color: 		#333333;
								background-color: #cccccc;
								text-align:		right;
									}

							/* Used as a table row header aligned right */

							td.HEADRT2	{
								background-color: #669999;
									}

							/* Align table text to the right */
							td.RIGHT	{
								text-align:		right;
									}

							/* Align table text to top of cell */
							td.TOP	{
								vertical-align: 	top;
									}

			small
					{
						font-size:		65%;
						color:		#333333;
					}

				small.MEDIUM
						{
							font-size:			85%;
							color:			#333333;
							font-weight: 		bold;
						}

				small.GOLD
						{
							text-align:			right;
							color:			#996633;
						}

				small.RED
						{
							color:			#990000;
							font-weight: 		bold;
						}

			u		{
					font-weight: 				bold;
					color: 					#ffffff;
					}

				u		{
							color:			#990000;
							font-weight: 		bold;
						}

			ul
				{
						width:	70%;
						margin:	auto;
						list-style-type: circle;
				}

				ul.TABLE

					{
						width:	95%;
						margin:	auto;
						list-style-type: circle;
					}






