@charset "utf-8";
/* CSS Document */

@import url(flogLayout.css);

* {
  box-sizing:content-box; 
  -moz-box-sizing:content-box; /* Opera8 */
  margin:0px; 
  padding:0px;
}

html{	
 color:#444;	
 font-family: arial, helvetica, sans-serif;
 font-size: 62.5%;
 line-height:1.9em; /* consistency across platforms */

}

body {
 font-size:1.2em;
 background:#fff;
}

a, a:link, a:visited, a:active {
  color:#06c;	
  font-weight:bold;
  text-decoration:none;
}

a:hover {
  color:#28e;
  text-decoration:underline;
}

a img {
 border:none;
}

p {	
 margin:0px 0px 20px 0px;
}

h1 {
 font-family:Times New Roman, Serif;
 font-size:2em;
 font-weight:bold;
 padding: 0px 0px 20px 0px;
}

h2 
{
 font-family:Times New Roman, Serif;
 font-size:1.4em;
 font-weight:bold;
 margin:0px 0px 5px 0px;
}

h3 {  
 color:#d00;
 font-size:10pt;
 font-weight:bold;
}

  h3.accent{
   color:#6495ed;
   float:left;
   font-size:12px;
   height:12px;
   margin:0px;
   padding:0px 4px 0px 0px;
  }
  
  h3.lightBlue_White{
    color:#fff;
    background:#639ac6;
    text-align:center;
  }

  h3 a{
   color:#e00;
   font-size:10pt;
   font-weight:bold;
   font-style:italic;
   text-decoration:none;
  }

  h3 a:link{
   color:#d00;
   text-decoration:none;
  }

  h3 a:visited{
   color:#d00;
   text-decoration:none;
  }

  h3 a:active{
   color:#d00;
   text-decoration:none;
  }

  h3 a:hover{
   color:#000;
   text-decoration:underline;
  }



h4{
 color:#000;
  font-size:9pt;
 font-weight:bold;
}

td{
  vertical-align:top;
}

.clearBoth {
 clear:both;
 display:block;
 height:0px;  
 overflow:hidden;
}

p.pad{
  padding:10px;
}

.emphasisRed{
  color:#f00;
  font-weight:bold;
}

a.emphasisRed{
color:#b00;
}

a.emphasisRed:link{
 color:#b00;
}

a.emphasisRed:active{
 color:#b00;
}

a.emphasisRed:visited{
 color:#b00;
}

a.emphasisRed:hover{
 color:#f00;
}



a.contentLinks{
 font-size:10pt;
 font-weight:normal;
}

a.contentLinks:link{
 color:#cdad37;
}

a.contentLinks:active{
 color:#cdad37;
}

a.contentLinks:visited{
 color:#cdad37;
}

a.contentLinks:hover{
 color:#ffc900;
}

.size{
  text-align:center;
}

a.emphasizeWhite, a.emphasizeWhite:link, a.emphasizeWhite:visited, a.emphasizeWhite:active{
  color:#fff;
  font-weight:bold;
}

a.emphasizeWhite:hover{
  color:#fbec8a;
}

.emphasisSmallRed{
  color:#f00;
  font-size:8pt;
}


.hidden { display: none; }

