/* fps.css - style sheet */
/* #F5FFFA; mintcream */ 

body {
background-color: #006400; /* darkgreen */
margin-top: 20px; 
margin-bottom: 20px;
font-family: "Times New Roman", Times, serif;
font-size: 17px;
font-style: normal;
font-weight: normal;
color: black;
}

a:link, a:visited, a:active {color: black}
img {border: 0}

div.hr {width: 600px; margin: 5px 5px; border: none; border-top: 3px solid #006400}
div.hr hr {display: none}

p {margin-top: 12px; margin-bottom: 12px}
p.HalfMargin {margin-top: 6px; margin-bottom: 6px}
p.NoMargin {margin-top: 0; margin-bottom: 0}
p.NoTop {margin-top: 0; margin-bottom: 12px}
p.TopOnly {margin-top: 12px; margin-bottom: 0}
p.Top2 {margin-top: 24px; margin-bottom: 12px}

form {margin-top: 0; margin-bottom: 0}

.FormButton {
font-family: "Times New Roman", Times, serif;
font-size: 17px;
color: black;
}

.UpdateText {
font-family: "Times New Roman", Times, serif;
font-size: 14px;
color: dimgray;
}

.Franklin {
font-family: "Franklin Gothic Medium Cond", "Times New Roman", Times, serif;
font-size: 14px;
color: black;
}


.Serif-1 {
font-family: "Times New Roman", Times, serif;
font-size: 13px;
color: black;
}

.Serif {
font-family: "Times New Roman", Times, serif;
font-size: 17px;
color: black;
}

.SerifWhite {
font-family: "Times New Roman", Times, serif;
font-size: 17px;
color: white;
}

.Sans-1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 15px;
color: black;
}

.Sans {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 17px;
color: black;
}

.SansWhite {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 17px;
color: white;
}

.Sans1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 18px;
color: black;
}

.Sans1White {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 18px;
color: white;
}

.Sans1Red {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 18px;
color: #8B0000;
}

.Sans2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 25px;
color: black;
}

.Sans2White {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 25px;
color: white;
}

.red, .darkred {color: #8B0000}
.white {color: white}


