.earth-balloon		{
			width: 500px;
			}

#sutable		{
			float: left;
			}

#data			{
			padding-left: 10px;
			height: 220px;
			overflow: auto;
			}

#title			{
			font-weight: bold
			}

.heading		{
			font-weight: bold;
			font-style: italic;
			}

#notesbox 		{
			margin-top: 10px;
			overflow: auto;
			height: 80px;			
			}


.usetable		{
			font-size: 11px;
			padding: 5px;
			border: 1px solid #000000;
			background-color: #C0C0C0;
			height: 176px;
			vertical-align: bottom;
			color: #2F2FAF;
			width: 240px;
			}

.usetable td		{
			line-height: 8px;
			color: inherit;
			font-variant: small-caps;
			background-color: inherit;
			}

.usetable em		{
			font-weight: bold;
			font-style: normal;
			margin-left: 20px;
			color: #206F20;
			}

.usetable span		{
			font-weight: bold;
			font-style: normal;
			margin-left: 20px;
			color: #8F2F2F;
			}

.usetable div		{
			margin-left: -20px;
			}

a			{
			text-align: left;
			color: #D7D7D7;
			}

a:hover			{
			color: #FFFFFF;
			}

#displaylink a		{
			color: #40407F;
			}

#displaylink a:hover	{
			color: #7F7FFF;
			text-decoration: underline;
			}

.submit			{
			background-color: #859FCC;
			color: #D7D7D7;
			font-size: 10px;
			border: none;
			cursor: pointer;
			padding: 0px;
			}

.submit:hover		{
			color: #FFFFFF;
			}

