﻿body 
{ 
    font-family: arial, helvetica, sans-serif; 
    font-size: 9pt; 
    margin:0; 
    padding:0;
}

html 
{ 
    /*  this will force the vertical 
        scrollbar on a web browser. 
    */
    overflow-y: scroll;
    margin:0; 
    padding:0;

} 

a:active, a:focus 
{ 
    /*  this is to hide the dotted-line box
        that appears around hyperlinks when clicked.
    */
    outline:  none; 
    ie-dummy: expression(this.hidefocus=true); 
    margin:0; 
    padding:0;
   
} 

img   
{
    /*  this will hide the white space at the
        bottom of images in ie.
    */
    vertical-align: bottom;
}
td.master_page_header
{
    background-color: #3399CC;
    font-size: large;
    color: #FFFFFF;
    font-weight: 700;
} 
body.master_page_body
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-image: url(/Hilliard/_Graphics/background.jpg);
    background-color: Black;
    background-repeat: repeat-x;
}
.page_title
{
    border-width: 1px;
    border-color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    border-bottom-style: dotted;
}
.paragraph_title
{
    background-color: #3399CC;/*808080;*/
    color: #FFFFFF;
    font-weight: bold;
    height: 18px;
    text-indent: 10px;
}
td.faq_index_title
{
    font-size: 11pt; 
    color: #808080; 
    font-weight: bold;
}
td.faq_section_title
{
    border-style: none; 
    background-color: #808080; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14pt; 
    font-weight: bold; 
    text-indent: 10px; 
    height: 25px; 
    color: #FFFFFF;
}
td.faq_item_title
{
    font-weight: 700; 
    font-size: medium; 
    color: #000000;
    height: 50px;
}
img.faq_item_lg_image
{
    width: 540px;
    height: 406px;
    border: 1px solid #808080;
}
img.faq_item_lg_image_no_border
{
    width: 540px;
    height: 406px;
}
img.faq_item_lg_image2
{
    width: 540px;
    height: 450px;
    border: 1px solid #808080;
}
td.faq_item_content
{
    border-width: thin; 
    border-color: #C0C0C0; 
    color: #333333; 
    border-bottom-style: dotted;
}       

