body, table, tr, td  { 
    font-family: tahoma,verdana,arial,helvetica,sans serif; 
    font-size: 12px; 
}
tr.cap { 
    font-family: tahoma,verdana,arial,helvetica,sans serif; 
    font-size: 12px; 
    background: #E0E0E0;
    height: 20px;
    text-align: center;
}
tr.capL { 
    font-family: tahoma,verdana,arial,helvetica,sans serif; 
    font-size: 12px; 
    background: #E0E0E0;
    height: 20px;
    text-align: left;
}
a:link, a:visited { 
    COLOR: #808080; 
    FONT-FAMILY: tahoma,verdana,arial,helvetica,sans serif; 
    FONT-SIZE: 12px; 
    TEXT-DECORATION:  underline; 
}
a:hover { 
    TEXT-DECORATION: underline; 
    COLOR:#000000 
}
input   {
    font-size: 10px;
    vertical-align : text-top;
}
h1, h2, h3 {
    text-align: center;
    font-family: Times New Roman;
}
td.menu {
    font-weight: bold;
    font-size: 14px;
    border-top: 1px solid silver; border-bottom: 1px solid silver; border-right: 1px solid silver;
}
td.nav {
    font-weight: bold;
    font-size: 12px;
    border-left: 1px solid silver; border-bottom: 1px solid silver; border-right: 1px solid silver;
}
td.border {
    border: 1px solid silver;
}
td.borderLRB {
    border-left: 1px solid silver; border-bottom: 1px solid silver; border-right: 1px solid silver;
}
.info {
	width: 100%; height: 100px; display: none;
}
.caption {
    background-color: #E0E0E0; 
    font-weight: bold; 
    color: black; 
}
td.caption { 
    background-color: #E0E0E0; 
    font-weight: bold; 
    color: black; 
    border: 1px solid silver; 
}