	
/* Kiata Web Site - Style Sheet */

	a:link { color: blue }
	a:active { color: #99CCFF }		
	a:visited { color: #990066 }
	a:hover { color: #000099 }

	a.plain {
		color:  #FF0000;
		font-style: italic;
		font-weight: bolder;
		font-family: Arial, Helvetica, sans-serif;
		font-variant: small-caps;
		font-size: 120%;
		text-align: center;
                text-decoration: none;
                }

/* Main Body Settings */
	body	{
		color:  #339900;
		font-family: " Times New Roman", serif;
		background-color: #CCCC66;
		}

/* Main Paragraphs */
	p	{
		color:  #339900;
		font-family: " Times New Roman", serif;
		background-color: #CCCC66;
		}

/* Main Page Heading */
	h1	{
		color: #FF6600;
		font-style: italic;
		font-weight: bolder;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 200%;
		}

/* Page Item Page Heading */
	h2	{
		color: #000000;
		font-style: italic;
		font-weight: bolder;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
                text-decoration: underline;
		font-size: 150%;
		}

/* For Inter Page Links */
	h3	{
		color: #006600;
		font-style: italic;
		font-weight: bolder;
		text-align: center;
		font-family: " Times New Roman", serif;
		font-size: 150%;
		}

/* Page Description & Instructions */
	h4	{
		color: #006600;
		font-weight: bolder;
		text-align: center;
		font-family: " Times New Roman", serif;
		font-size: 110%;
		}

/* Page Operation Instructions */
	h5	{
		color: #006600;
		font-weight: 600;
		text-align: center;
		font-family: " Times New Roman", serif;
		font-variant: small-caps;
		font-size: 110%;
		}

/* For Table Text */
	h6	{
		color: #006600;
		font-weight: bolder;
		text-align: left;
		font-family: " Times New Roman", serif;
		font-size: 150%;
		}

/* For Table Headings */
	.tblhd	{
		color: #000000;
		font-weight: bolder;
		text-align: center;
		valign: middle;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 150%;
		}

/* For Table Left */
	.tbllft	{
		color: #006600;
		font-weight: bolder;
		text-align: left;
		valign: middle;
		font-family: " Times New Roman", serif;
		font-size: 105%;
		}

/* For Table Right */
	.tblrig	{
		color: #000000;
		font-weight: bolder;
		text-align: right;
		valign: middle;
		font-family: " Times New Roman", serif;
		font-size: 105%;
		}

/* For Table Center */
	.tblcnt	{
		color: #006600;
		font-weight: bolder;
		text-align: center;
		valign: middle;
		font-family: " Times New Roman", serif;
		font-size: 105%;
		}

/* Larger Text */
	.bigtxt	{
		color:  #006600;
		font-weight: bolder;
		font-family: " Times New Roman", serif;
		font-size: 120%;
		}
		
/* Back To Top */
	.back	{
		color: #FF0000;
		font-style: italic;
		font-weight: bolder;
		font-variant: small-caps;
		font-size: 120%;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
                text-decoration: none;
		}

/* Bold Paragraphs */
	.pbold	{
		color:  #006600;
		font-family: " Times New Roman", serif;
		font-weight: bolder;
		font-size: 105%;
		}

/* Centered Bold Paragraphs */
	.cpbold	{
		color:  #006600;
		font-family: " Times New Roman", serif;
		font-weight: bolder;
		font-size: 105%;
		text-align: center;
		}

/* For Contacts Left */
	.contlft	{
		color: #006600;
		font-weight: bolder;
		text-align: left;
		valign: middle;
		font-family: " Times New Roman", serif;
		font-size: 120%;
		}

/* For Contacts Right */
	.contrig	{
		color: #000000;
		font-weight: bolder;
		text-align: right;
		font-style: italic;
		valign: middle;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 120%;
		}

/* For Pricing Left */
	.priclft {
		color: #660000;
		font-weight: bolder;
		text-align: left;
		valign: middle;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 105%;
 		}

/* For Pricing Right */
	.pricrig {
		color: #000000;
		font-weight: bolder;
		text-align: right;
		valign: middle;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 105%;
		}

/* For Pricing Center */
	.priccen {
		text-align: center;
		valign: middle;
		font-family: " Times New Roman", serif;
		font-size: 105%;
		}


