﻿			table
			{
				border: 0px none;
				border-collapse: collapse;
				width:100%;float: left;
				font-size: medium;
				font-family: Arial, Helvetica, sans-serif;
				background-color:#99CCFF
			}
			tr.upperRows
			{
				background-color: white;
				border: 0px none;
				border-collapse: collapse;
			}
			td
			{
				border-collapse: collapse;
				border: 0px none;
				width:20%
			}
			td.selectedTab
			{
				cursor: pointer;
				background-color:#99CCFF;
				border-top: 2px solid #000000;
				border-left: 2px solid #000000;
				border-right: 2px solid #000000;
				border-bottom: 0px none;
			}
			td.tab
			{
				cursor: pointer;
				background-color:#6699FF;
				border-top: 1px solid #000000;
				border-left: 1px solid #000000;
				border-right: 1px solid #000000;
				border-bottom: 2px solid #000000;
			}
			td.lastCell
			{
				border: 2px solid #000000;
				border-top: 0px none;
				border-bottom: 2px solid #000000;
				border-right: 2px solid #000000;
			}
			a.head
			{
				font-size: large;
			}
			a.desc
			{
				font-size: small;
			}
			a.link
			{
				font-size: large;
				cursor: pointer;
			}
			a.gs
			{
				font-size: small;
				cursor: pointer;
				background-color: white;
				color: #2952A3;
			}
			a.ks
			{
				font-size: small;
				cursor: pointer;
				background-color: white;
				color: #0D7813;
			}
			a.kc
			{
				font-size: small;
				cursor: pointer;
				background-color: white;
				color: #AB8B00;
			}
			a.kr
			{
				font-size: small;
				cursor: pointer;
				background-color: white;
				color: #B1440E;
			}
