.txt1 {
font-family: georgia, garamond, times new roman;
font-size: 18px;
font-weight: normal;
color: black;
line-height: 21px;
}
.txt2 {
font-family: georgia, garamond, times new roman;
font-size: 14px;
font-weight: normal;
color: black;
line-height:19px;
}
.h1 {
font-family: verdana, arial;
font-size: 22px;
font-weight: bold;
background: navy;
color: white;
padding: 3px;
line-height:25px;
margin:0 0 30px 0;
border: 1px solid black;
}

h2, .h2 {
font-family: verdana, arial;
font-size: 17px;
font-weight: bold;
color: navy;
margin: 0 0 10px 0;
}

h3, .h3 {
font-family: verdana, arial;
font-size: 18px;
font-weight: bold;
color: navy;
margin: 0 0 10px 0;
}
.h4 {
font-family: verdana, arial;
font-size: 14px;
font-weight: bold;
color: navy;
margin: 0 0 10px 0;
}

/* table classes */
.listTbl {
border:0;
border-spacing: 1px;
}
.listTbl td {
border:0;
padding:2px;
}
.listTbl .header, .listTbl .header a{
background: #3872B2;
font-size:12px;
font-weight: bold;
color: #fff;
padding:2px;
text-decoration:none;
}
.listTbl .listEven {
background: #F1F1F1;
padding:2px;
}

.specs_tbl {
border:2px solid black;
border-spacing: 0;
border-collapse: collapse;
}
.specs_tbl td {
border:0;
padding:2px;
}
.specs_tbl .header, .specs_tbl .header a{
background: navy;
font-size:12px;
font-weight: bold;
color: white;
padding:2px 5px 2px 5px;
text-decoration:none;
border:1px solid white;
border-bottom:2px solid black;
text-align:center;
}
.specs_tbl .header2 {
background-color: slategray;
color: white;
font-weight: bold;
padding:2px 5px 2px 5px;
text-decoration:none;
text-align:center;
}
.specs_tbl .list_even {
background: lightgrey;
padding:1px;
border:1px solid black;
text-align:center;
font-size:10px;
}
.specs_tbl .list_odd {
background: white;
padding:1px;
border:1px solid black;
text-align:center;
font-size:10px;
}

/* casters tbl */
.casters_tbl {
border:2px solid black;
border-spacing: 0;
border-collapse: collapse;
}
.casters_tbl td {
border:0;
padding:2px;
}
.casters_tbl .header, .casters_tbl .header a{
background: navy;
font-size:10px;
font-weight: bold;
color: white;
padding:2px;
text-decoration:none;
border:1px solid white;
border-bottom:2px solid black;
text-align:center;
}
.casters_tbl .header2 {
background-color: slategray;
color: white;
font-weight: bold;
padding:2px;
text-decoration:none;
text-align:center;
}
.casters_tbl .list_even {
background: lightgrey;
padding:1px;
border:1px solid black;
text-align:center;
font-size:11px;
}
.casters_tbl .list_odd {
background: white;
padding:1px;
border:1px solid black;
text-align:center;
font-size:11px;
}

