﻿body {
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 10px;
}
h2
{
     font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    }
p
{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
}
.divHomePage
{
    background-position: 30px 30px; 
    padding: 20px 100px 20px 85px; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    text-align: left; 
     background-image: url('../images/misc/gamo-Icon.png'); 
    background-repeat: no-repeat;
   
    }
    
    .divHomePage2
{
    background-position: 30px 30px;
    padding: 20px 50px 20px 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}
 .outerDiv
{
   /* background-image: url(   '../images/misc/background_screen.gif' );*/
    background-repeat: no-repeat;
    background-position: center center;
    text-align: left;
    margin-bottom: 20px;
}
 .headerStyleNormal_link{
            font-family: verdana;
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
            display: inline-block;
            border-right-style: solid;
            border-width: 1px;
            border-color: #333333;
            padding-right: 5px;
            padding-left: 5px;
            color: #000000;
        }
        .headerStyleGrey_link
        {
            font-family: verdana;
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
            display: inline-block;
            border-right-style: solid;
            border-width: 1px;
            border-color: #333333;
            color: #C0C0C0;
            padding-right: 5px;
            padding-left: 5px;
        }
        .headerStyleNormal{
            font-family: Verdana;
            font-size: 18px;
            vertical-align: middle;
            text-align: center;
            line-height: 30px;
            background-image: url('../images/misc/Terminology_Icon_ON.png');
            width: 30px;
            height: 30px;
            background-repeat: no-repeat;
            font-weight: bold;
        }
        .headerStyleGrey
        {
            font-family: Verdana;
            font-size: 18px;
            font-weight: bold;
            vertical-align: middle;
            text-align: center;
            line-height: 30px;
            background-image: url('../images/misc/Terminology_Icon_OFF.png');
            width: 30px;
            height: 30px;
            background-repeat: no-repeat;
            color: #808080;
        }
        .termStyle{
            font-family: arial, Helvetica, sans-serif;
            font-size: 12px;
            margin-top: 5px;
            margin-bottom: 5px;
        }
        .style2
        {
    height: 300px;
    overflow: scroll;
    font-family: arial, Helvetica, sans-serif;
    font-size: 14px;
}
