BODY { 
background-color: #f1f1ea;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
font-family: Arial, sans-serif;
font-size: 12pt;
width: 100%;
}

html {
  height: 100%;
  overflow: hidden;
}

TABLE {
table-layout: auto;
}

.t-main {
width: 85%; 
border: 0px solid black;
}

.tr-header {
background-color: darkslateblue;
}


#flashcontent {
height: 450px;
}

.td-main-gal {
width: 100%;
background-color: gainsboro;
vertical-align: middle;
}


.f1 { 
font-size: 13pt; 
letter-spacing: 0em;
font-weight: normal;
color: darkred;
text-align: center;
}

.f2 { 
font-size: 11pt; 
letter-spacing: 0em;
font-weight: normal;
color: darkred;
text-align: center;
}

.fb1 { 
font-size: 13pt; 
letter-spacing: 0.3em;
font-weight: bold;
color: #f1f1ea;
text-align: center;
}

.fb2 { 
font-size: 11pt; 
letter-spacing: 0.1em;
font-weight: bold;
color: #f1f1ea;
text-align: center;
}


A.a2 {
font-size:8pt;
text-decoration: underline;
color: floralwhite;
font-weight: bold;
}

.male {
font-size: 10pt;
color: floralwhite;
}

.male-neg {
font-size: 7pt;
color: maroon;
}

.tr-footer {
height: 10px;
min-height: 10px;
background-color: #bcd8a1;
padding: 0px;
}


