﻿body
{
	font-size: 10pt;
	text-decoration: none; 
	background-color:#7998C7
}
A:hover
{
	text-decoration: none;
	color: #990000;
}
A:visited
{
	text-decoration: none;
	color: gray;
}
A:link
{
	text-decoration: none;
	color: #000000;
}
input
{ 
	border: 1px solid #a0a0a0 
}
textarea     
{ 
	border: 1px solid #a0a0a0 
}
DIV
{
	text-align: center;
}

td           { font-size: 12px }
.tableHead
{
	background-color: #0F74B1;
	color: #ffffee;
	height: 23px;	
}
.tableBody
{
	background-color: #FFFFFF;
}
.wordLeft
{
	text-indent: 10px;
	text-align: left;
}
.wordLeft0
{
	text-align: left;
}
.editTd
{
	background-color: #f0f0f0;
}
.tableHtml
{
	background-color: white;
	border-collapse: collapse;
	border-color:#E6E6E6;
}