﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
#LeftA
{
    float: right;
    height: 315px;
    width: 1px;
}
#LeftB
{
    clear: both;
    float: right;
    margin-top: 18px;
    margin-left: 12px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 7pt;
    border: solid;
    border-width: 1px;
    padding: 3px;
    background-color: white;
}
#RightO
{
    float: right;
    margin: 0 12;
}

.style2
{
    width: 100%;
}
.style3
{
    width: 286px;
}
.style4
{
    width: 551px;
    text-align: center;
}
.style5
{
    width: 266px;
    text-align: right;
}
p.Intro
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: justify;
}
p.Head
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 24pt;
    text-align: left;
}  
p.Body
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    text-align: justify;
    padding-bottom: -1pt;
}  
p.ByLine
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: right;
}
p.Byline
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: right;
}
    /*
     * Highlight -siteSearch in results area
     */

    /* bold the section header */
    .gsc-resultsRoot-siteSearch .gsc-title {
      font-weight : bold;
    }

    .gsc-resultsRoot-siteSearch .gsc-keeper
{
    background-image: ~/orange_check.gif;
    font-weight: bold;
}
    .gsc-control 
    {
        width: 450px;
    }
	
button:hover{
background-color: orange;}
