﻿body
{
    margin: 0 auto 0 auto;
    color: #000;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 16px;
    background-color:  #1a1a1a;
}

.page
{
    margin: 7px auto 0 auto;
    width: 750px;
}

#menu
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#menu li
{
    list-style: none;
    display: inline;
}
li.active a
{
    background-color: #33CC33;
    color: #000;
}

#menu li a, #menu li a:link
{
    border-style: dashed;
    border-width: thin;
    float: left;
    background-color: #FFFFFF;
    margin-right: 5px;
    padding: 7px;
    color: #333300;
    text-decoration: none;
    width: 6em;
    text-align: center;
}
#menu li a:visited
{
}
#menu li a:hover
{
    background-color: #CCFF99;
}
#menu li a:active
{
    background-color: #FFF;
    color: #000;
}



.content
{
    background-color: #FFF;
    background: url(ajaxinterface1.jpg1) bottom right no-repeat;
    padding: 10px;
    height: 300px;
    margin: 0px;
}

#loading
{
    clear: both;
    background: url(wait.gif) center top no-repeat;
    text-align: center;
    padding: 33px 0px 0px 0px;
    font-size: 12px;
    display: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#outcontent
{
    clear: both;
    background-color: #FFFFFF;
}

H1 {
	FONT-FAMILY: "Trebuchet MS",Verdana,Sans-Serif;
	COLOR: #FFFFFF;
	margin: 95px auto 0 255px;
}
H1 EM {
	COLOR: #CCFF99; 
	FONT-STYLE: normal;
}
H2 {
	FONT-FAMILY: "Trebuchet MS",Verdana,Sans-Serif;
}
A {
	COLOR: #8ad459;
     TEXT-DECORATION: none;
	 xfont-weight: bold
}
P A:hover {
	BORDER-BOTTOM: #8ad459 1px dotted
}
.status
{
    background-color: #FFFFFF;
    border: solid 0px;
    color: #FFFFFF;
    font-size: 16px;
    FONT-FAMILY: "Trebuchet MS",Verdana,Sans-Serif;
}