﻿body
{
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #ffffff;
    color: #5f5b78;
}
.default
{
    font-size: 9pt;
    font-family: Tahoma, Sans-Serif;
    text-align: justify;
    background-color: #f8f8ff;
    border-right: #a9a9a9 1px solid;
    border-bottom: #a9a9a9 1px solid;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.PageTitle
{
    font-size: 14pt;
    font-family: Tahoma, Sans-Serif;
    color: #5f5b78;
}
.copyright
{ 
    font-size: 8pt;
    color: #C0C0C0;
    font-family: Tahoma, Sans-Serif;
    text-align: center;
 }

H1
{
    font-size: 13pt;
    font-weight: normal;
    font-family: Tahoma, Sans-Serif;
    color: #30408b;
    margin-bottom: 0px;
    margin-top: 0px;
}
H2
{
    font-family: Tahoma, Sans-Serif;
    font-weight: normal;
    font-size: 11pt;
    color: #5f5b78;
	margin-bottom: 0px;
	margin-top: 0px; 
}
H3
{
    font-family: Tahoma, Sans-Serif;
    font-weight: normal;
    font-size: 11pt;
    color: #30408b;
	margin-bottom: 0px;
	margin-top: 0px; 
}
A
{
    color: #b22222;
    text-decoration: none;
}
A:hover
{
    color: #b22222;
    text-decoration: underline;
}
.emphasis
{
    color: #30408b;
    font-weight: bold;
}
INPUT
{
    font-size: 90%;
}
SELECT
{
    font-size: 90%;
}
.KBArticleTitle
{
    font-size: 14pt;
    font-family: Tahoma, Sans-Serif;
    color: #000000;
}
.KBResults
{
    color: #000000;
    font-weight: bold;
}

.TopicPanel
{
    padding: 5px;
    border: thin solid #C0C0C0;
}

.KBStep
{
    font-weight:bold;
}

.KBExample
{
    font-family:Courier, Monospace;
    font-size:11pt;
}