﻿body
{
    font-size: 10pt;
    margin: 0px;
    font-family: verdana;
    background-color: white;
    height:600px;
}
div.main
{
    border: solid 1px #000; /*black 1px border*/
    margin: 0px;
    width: 780px;
    text-align: center;
}

p
{
    font:10pt verdana;
}

div.q
{
   background-color:White
}

div.title
{
    font-weight: bold;
    font-size: 25pt;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Arail;
    letter-spacing: 10pt;
    background-color: #000000;
    text-align: center;
}

a
{
    font-size: 10pt;
    font-family: verdana;
    color:blue;
}
a:vlink
{
    font-size: 10pt;
    font-family: verdana;
    color:blue;
}
a:alink
{
    font-size: 10pt;
    font-family: verdana;
    color:blue;
}

a:hover
{
    font-family: verdana;
}

td.sidebar
{
    font-weight: bold;
    font-size: 10pt;
    font-family: verdana;
    background-color: #cccccc;
}

pre.code    
{
    font-size: 10pt;
    font-family: 'Courier New';
    background-color: #d6d7e6;
}

pre
{
    font-size: 10pt;
    font-family: 'Courier New';
}


h1
{
    font-weight: bold;
    font-size: 16pt;
    color: #eeeeee;
    background-color:Maroon;
    font-family: arial;
    text-align:center;
    margin:0px;
}

h2
{
    font-weight: bold;
    font-size: 16pt;
    color: navy;
    font-family: arial;
}

td
{
    font-size: 10pt;
    font-family: verdana;
}

a.menu
{
    font-family: verdana;
    font-size: 11pt;
    font-weight: 700;
    color: white;
}
td.title
{
    font-size: 10pt;
    font-family: verdana;
    background-color: #cccccc;
}


.admin_h1
{
    background-color: Navy;
    padding-right: 0px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 20pt;
    padding-bottom: 0px;
    margin: 0px;
    color: white;
    padding-top: 0px;
    font-family: arial;
}

form 
{
    margin:0px;
}  

.gray{
background-color:#dddddd;
font-weight:800;
}
