﻿@media screen
{

body 
{
    background: #FFFFFF url(Images/page_bg.jpg) no-repeat center top;
    color: #333333;
    font-family: Verdana, Arial;
    font-size: 70%;
    line-height: 150%;
    margin: 0;
}
h1 
{
    font-size: 160%;
    font-weight: normal;
    line-height: 150%;
    margin: 0; 
    }
h2 
{
    font-size: 180%;
    font-weight: normal;
    margin-bottom: 0.2em; 
    margin-top: 10px; 
    }
h3 
{
    clear: both;
    font-size: 160%;
    font-weight: normal;
    }
h4 
{
    font-size: 120%;
    }
blockquote, ol, p, ul 
{
    margin: 1.5em 0 1.5em 0;
    }
ul, ol 
{
    padding-left: 2em; 
    }
big 
{
    font-size: 120%;
    line-height: 150%;
    }
small 
{
    font-size: 85%;
    }
q 
{
    quotes: '"' '"';
    }
blockquote 
{
    background: url(images/blockquote_bg.png) no-repeat center top;
    border-top: solid 1px #D6EEF8;
    border-bottom: solid 1px #D6EEF8;
    padding: 0 4em 0 4em;
    }
blockquote cite 
{
    display: block;
    text-align: right;
    }
cite 
{
    font-style: normal;
    }
hr 
{
    clear: both;
    height: 1px;
    color: #B4C0CF; 
    
    border: none;
    background-image: url(images/hr.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 1em;
    }
form 
{
    margin: 0;
    }
label 
{
    display: inline-block;
    width: 150px;
    }
label:first-letter 
{
    text-decoration: underline; 
    }
input, textarea, select, checkbox 
{
    font-family: Verdana, Arial;
    font-size: 100%;
    vertical-align: middle;
    }
a 
{
    color: #4D7CC1;
    text-decoration: none;
    }
a:hover 
{
    text-decoration: underline;
    }
img 
{
    background: #FFFFFF url(Images/img_wait.gif) no-repeat center center;
    }


/* Thumbnails */

a img 
{
    border: solid 1px #CDCDCD;
    max-height: 96px;
    max-width: 96px;
    padding: 3px;
    }
a:hover img
{
    border-color: #4D7CC1; 
    }

}
