body {
	font-family: verdana, arial, sans-serif;
	color: #eee;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	background: #000;
}

#banner {
	font-family: verdana, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	height: 51px;
    padding-right: 10px;
	background: #000;
    background-image: url('/titlebg.jpg');
	color: #eee;
}

#banner img {
    position: absolute;
    left: 5px;
    top: 5px;
    }

#footer {
	border-top: 1px solid #333;
    font-size: 8px;
	padding-top: 5px;
	padding-bottom: 20px;
    background: #000;
}

#content {
	background: #000;
	text-align: left;
	margin: 0px;
	padding: 10px;
}

#container {
	width: 100%;
	float: none;
	text-align: center;
	table-layout: fixed;
	background: #000;
	font-size: 8pt;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	border: 0px;
}

.indent {
	margin-left: 2em;
}

.box {
	border-style: solid;
	border-color: #fff;
	border-width: 1px;
	padding: 3px;
}

.tbl {
	cell-padding: 3px;
	background: #000;
	cell-border: 3px;
}

.tbl-header {
	background: #900;
	padding: 2px;
	color: #fff;
	font-size: 10pt;
}

.tbl-0 {
	vertical-align: top;
	background: #ccc;
	font-size: 8pt;
    color: #000;
}

.tbl-1 {
	vertical-align: top;
	background: #888;
	font-size: 8pt;
    color: #000;
}

.title {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #fff;
	border-bottom: 1px solid #333;
	padding-top: 10px;
	padding-bottom: 3px;
}	

.info {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	margin-bottom: 15px;
}

.code {
	background: #400;
	padding: 5px;
	border: 1px dashed #000;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2 {
	margin-bottom: 5px;
}

h3 {
	margin-bottom: 5px;
}

a       {
        text-decoration:       none; 
        padding-left: 5px;
        padding-right: 5px;
        }
a:link  {
        color:  #fff;
        background-color: #300;
        }
a:visited       {
        color:  #fff;
        background-color: #300;
        }
a:active        {
        color:  #fff;
        background-color: #300;
        }
a:hover {
        color:  #f00;
        background-color: #300;
        text-decoration:       none; 
        }

#buttons {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #000;
        }

#menu   {
        width: 100%;
        background: #fff;
        font-size: 10px;
        text-align: left;
        padding-top: 1px;
        padding-bottom: 1px;
        }

#menu li { 
        padding-left: 1em;
        padding-right: 1em;
        color: #aaa;
        display: inline;
        list-style-type: none;
        }

#menu ul {
        padding: 0;
        margin: 0;
        }

#menu ul li a
        {
        color: black;
        background: #fff;
        text-decoration: none;
        font-weight: normal;
        }

#menu ul li a:hover
        {
        background-color: #666;
        color: #fff;
        }

