/* 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}

input,select,textarea {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 15px;
color: black;
}

input.btn{
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: normal; 
}

.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: 16px;
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;
}

.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;
}

.Sans1Green {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 18px;
color: #006400;
}

.Sans2Red {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 22px;
color: #8B0000;
}

.Sans2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 25px;
color: black;
}

.Sans3Green {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 30px;
color: #006400;
}


.red, .darkred {color: #8B0000}


