﻿body
{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size:70%;
    color:#3e3e3e;
}
div.content p 
{
    line-height:1.3em;
    font-size: 1em;
}
div.content h1 
{
    font-family:Verdana, Tahoma, Geneva, sans-serif;
    font-size:1.25em;
    font-weight:bold;
    margin:0;
    padding:0 0 2px;
	text-transform:uppercase;
}
div.content h2 {
    font-family:Verdana, Tahoma, Geneva, sans-serif;
    font-size:1.15em;
    margin:0;
    margin-bottom:0.25em;
    font-weight:bold;
}
div.content h3 {
    font-family:Verdana, Tahoma, Geneva, sans-serif;
    font-size:1.1em;
    margin:0;
    padding:0 0 5px;
    font-weight:bold;
}
div.content h4 {
    color:#09026f;
    font-size:1.0em;
    margin:0;
    padding:0 0 5px;
    font-weight:bold;
}
div.content ul {
    list-style-position:outside;
    margin-left:30px;
}
div.content ul li
{
    list-style-type:disc;
    padding:4px 0 4px 10px;
}
div.content ol {
    list-style-position:outside;
    list-style-type:decimal;
    margin-left:30px;
}
div.content ol li
{
    padding:4px 0 4px 10px;
}
div.content a
{
    color:#FF6600;
}
div.content a:hover
{
    color:gray;
}
div.content th
{
    font-weight:bold;
    text-align:left;
    border-bottom:solid 1px #3e3e3e;
}
div.infobox td:first-child
{
    white-space: nowrap;
}
div.content td
{
    padding:4px 4px 0;
    border-bottom:1px solid #E1E1E1;
}
div.content tr.evenrow td
{
    background-color:#ffffff;
}
div.content tr.oddrow td
{
    background-color:#eeeeee;
}
div.infobox
{
    overflow:auto;
    padding:5px;
    border: 1px solid #dfd9c3; 
    background: #f5f3e5 url(images/ui-bg_highlight-hard_100_f5f3e5_1x100.png) 50% top repeat-x; 
    color: #312e25; 
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    border-radius: 6px; 
}
div.infobox td
{
    padding:0 4px 0 0;
}
div.infobox tr.oddrow td, div.infobox tr.evenrow td
{
    background-color:transparent;
    border-bottom:none;
}
div.indent1
{
    margin-left:20px;
}
div.indent2
{
    margin-left:40px;
}
div.indent3
{
    margin-left:60px;
}