*{margin:0;padding:0;}

#indexTitle
{
	font-weight: bold;
	font-size: large;
	width: 400px ;
  	margin-left: auto ;
  	margin-right: auto ;
}

.subTitle
{
	font-weight: bold;
	font-size: medium;
	width: 200px ;
  	margin-left: auto ;
  	margin-right: auto ;
}

.formTable tr td
{
	padding-left: 0px;
	padding-right: 20px;
}

.recordTable
{
	width: 100%;
}
.recordTable tr td
{
	padding-left: 10px;
	padding-right: 10px;
}
.recordTable tr:nth-child(odd)
{
	background: #b8d1f3;
}
.recordTable tr:nth-child(even)
{
	background: #dae5f4;
}

.recordTable tr td.rec_key
{
	width: 50%;
}

.letterHead
{
	margin-bottom: 5px;
}

.letterHead tr td.let_td
{
	padding-left: 5px;
	padding-right: 5px;
	width: 20px;
	font-weight: bold;
	color: #0000EE;
	text-decoration:underline;
	text-align:center;
}

td.let_td:hover
{
	/*#0080FF, #99CCFF, #00BFFF*/
	background-color: #b8d1f3;
	/*font-size: 120%;*/
}

.recordTable tr td.rec_code
{
	width: 20px;
}
.recordTable tr td.rec_ref
{
	width: 40%;
}

td.mainTerm
{
	font-weight: bold;
}
.mt
{
	font-weight: bold;
}

.pmt
{
	color: #0000EE;
	text-decoration:underline
}

.lTitle
{
	font-weight: bold;
	font-size: 150%;
}

#footer {
    position: absolute;
    bottom: 0;
    
    width: 100%;
    
    height: 20px;
    
    /*margin: 0 auto;*/
    
    /*background-color:#FFA500*/;
    clear:both;
    text-align:center;
	margin-left: auto;
  	margin-right: auto;    
}