/*
   JohnTitor.css
*/

body {
   background:gainsboro;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size:14px;
   font-weight: normal;
   color: black;
   padding-left:8px;
   padding-top:0px;
   padding-right:8px;
   padding-bottom:0px;
   margin:0px;
   margin-top:15px;
}

/*
// some interesting link effects from http://www.bourtongroup.com/styles.css at http://www.bourtongroup.com/clients_core.htm
// a:link {border-bottom: 1px dashed #000;}
// a:visited {border-bottom: 1px dashed #000;}
// a:hover {border-bottom: 1px solid #000; color: Maroon;}
*/

h1
   {page-break-before:always;
   page-break-after:avoid;
   font-size:18.0pt;
   font-family:Verdana,Arial;
   letter-spacing:+.5pt;
   }
h2
   {margin-top:12.0pt;
   margin-right:0in;
   margin-bottom:3.0pt;
   margin-left:0in;
   page-break-after:avoid;
   font-size:14.0pt;
   font-family:Arial;
   }
h3
   {margin-right:0in;
   margin-bottom:0in;
   margin-left:0in;
   margin-bottom:.0001pt;
   font-size:12.0pt;
   font-family:Arial;
   color:black;}
h4
   {margin:0in;
   margin-bottom:.0001pt;
   page-break-after:avoid;
   font-size:11.0pt;
   font-family:Arial;
letter-spacing:-.5pt;}


/* taking the place of A.button1 in SideNav_INC.cfm (in GFC), here LeftNavTop.cfm */
.NavButtons
{
   color: white;
   background-color: darkslategray;
   text-align: center;
   border-top: 1px solid darkolivegreen;
   border-left: 1px solid darkolivegreen;
   border-bottom: 2px solid darkolivegreen;
   border-right: 2px solid darkolivegreen;
   padding: 1px;
   font-family: "MS Sans Serif", Geneva, sans-serif;
   font-size: 9pt;
   font-weight: bold;
   text-decoration: none;
   cursor: hand;
}

/* pointer to current page */
.NavPtr
{
   color: darkolivegreen;
   font-family: Verdana;
   font-size: 13pt;
   font-weight: bold;
}

/* text input fields */

input {

   font-family: "MS Sans Serif", Geneva, sans-serif;
   font-size: .65em;
   border-top-color: #000000;
   border-left-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-top-width: 1px;
   border-left-width: 1px;
   border-bottom-width: 1px;
   border-right-width: 1px;
   color: black;
   background-color: white;
}

/* Button buttons (not hyperlink 'buttons') */

.Button0     {
   color: black;
   background-color: lightblue;
   border : 1px solid black;

   font-family: "MS Sans Serif","Sans Serif";
   font-weight: bold;
   font-size: .5em;
   text-decoration: none;
}

p  {
   line-height:1.3em;
   font-size:14px;
   }
