@charset "UTF-8";

form {
  margin: 0px;
}

.wordWrap
{
  word-wrap:break-word;  
}
  
input.submit {
  border: solid 2px #000;
  background-color: #fcc;
  color: #000;
}

table {
  border-collapse: collapse;
}

th, td {
  padding: 0px;
  border: none;
  white-space: wrap;
}

th {
  background-color: #cdf;
  color: #000;
  font-weight: bold;
}

h1 {
  font-size: 1.5em;
  margin: 0px 0px 10px;
}

a
{
	color: White;
	text-decoration: none;
	border: none;
}

a:hover
{
	color: #f67e1f;
	text-decoration: none;
}

a.black {
	color: black;
}

ul.NoBullet {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px
}
  
ul.TickList {
  list-style-image: url('flavbullet.png');
  margin-left: 12px;
  padding-left: 10px;
  margin-bottom:4px;  
  margin-top:4px;
}  

.navbar {
  color: #ffffff;
  font-size: 10pt;
  font-family: Arial, serif;
  font-weight:bold;
  border: none;
}

.flavdiv {
  font-size: 8pt;
  font-family: arial;
  overflow: auto;
}

.contdiv {
  font-size: 8pt;
  font-family: arial;
}

.fontSize {
  font-size: 8pt;
  font-family: arial;
  height: 20px;
}

.menudiv {
  
  font-size: 10pt;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-weight:bold;
  border: solid;
  border-color: white;
}

.contlink {
  background-color: #999999;
  font-size: 8pt;
  font-family: Arial;
  border: none;
}

.contital {
  font-size: 9pt;
  font-family: Arial;
  text-decoration: italic;
}

.pinkhd {
  color: #E42662;
  font-size: 12pt;
  font-family: Arial;
 }
 
 .btnnav {
  color: #FFFFFF;
  font-size: 8pt;
  font-family: Arial;
 }
 
 .flavtext {
  font-size: 8pt;
  font-family: Arial;
 }

.pinkhd2 {
  color: #E42662;
  font-size: 10pt;
  font-family: Arial;
 }
 
 ul.SimpleHorizMenu {
  margin-left: 0px;
  padding-left: 0px;
}
ul.SimpleHorizMenu li {
  display: inline;
  background-color: #C0C0C0;
  border-style: outset;
  border-width: 1px;
}
ul.SimpleHorizMenu li a {
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em
}
ul.SimpleHorizMenu li a:hover {
  background-color: #D0D0D0
}

ul.HorizontalButtons {
  margin-left: 0px;
  padding-left: 0px;
  float: left;
  width: 100%;
}
ul.HorizontalButtons li {
  display: inline;
  
  background-image: url('fpinavbtn.png'); 
  border-style: outset;
  border-width: 1px;
  margin: 2px;
  padding: 1px;
  width: 16.3%;
  text-align: center;
  font-size: 11pt;
  font-family: Tahoma, Geneva, sans-serif;
}
ul.HorizontalButtons li a {
  text-decoration: none;
 
}
ul.HorizontalButtons li a:hover {
 
}

.btmdiv {
height: 100%;
background: transparent url(bottomgreenstrip.jpg) repeat-y 0 0;	
padding: 0 0 0 0;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;  
margin-top:0px;
color: #FFFFFF;
font-size: 8pt;
font-family: Arial;
}

.flavtd {
  font-size: 8pt;
  font-family: Tahoma, Geneva, sans-serif;
  text-decoration: italic;
  font-weight:bold;
  color:#8CC53A
}

.samptd {
  font-size: 12pt;
  font-family: Tahoma, Geneva, sans-serif;
  text-decoration: italic;
  font-weight:bold;
  color:#8CC53A
}

.cpyrgtdiv {
  height: 100%;
  padding-top: 5px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;  
  margin-top:0px;
  vertical-align: 50%;
  text-align: center;
}



.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid green;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #B3D063;
width: 146px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #64B241;
color: white;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
