﻿A:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #3333cc;
}

A:active
{
	text-decoration: none;
	color: #3333cc;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}

UL
{
    line-height: 1.5em;
}

UL LI
{
	list-style-type: square;
	padding: 2px 0 2px 0;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL
{
    line-height: 1.5em;
}

OL LI
{
	list-style-type: decimal;
	padding: 2px 0 2px 0;
}

OL LI UL LI
{
    list-style-type: square;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

fieldset
{
    background:  url(images/steel.jpg) repeat top;
    border: Outset 2px lightgrey;
    padding: 5px 5px 7px 5px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 9pt;
	font-weight: bold;
	color: #333;
}

#Page
{
    width: 760px;
    margin: 0 auto 0 auto;
}

body
{
    margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
	line-height: 1.5em;
	color: #333;
}

p
{
    margin: 0 0 3px 0;
}

h1
{
    margin: 10px 0 5px 0;
	font-weight: bold;
	font-size: 11pt;
	color: #666;
	border-bottom: solid 2px darkgray;
	padding: 10px 0 5px 0;
}

h2
{
    margin: 0;
	font-size: 9pt;
	color: #333;
	padding: 10px 0 3px 0;
}

.NormalText
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333;
	font-weight: normal;
}

.InlineHeader
{
	font-size: 9pt;
	font-weight: bold;
	color: #333;
}

.LeftColumn
{
    clear: left;
    float: left;
}

.RightColumn 
{
    float: right;
}

.Highlight 
{
	padding: 0 10px 10px 10px;
	background-color: lightgrey;
}

.Footer, .Disclaimer, BoxDisclaimer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666;
}

.Footer 
{
    clear: both;
    margin: 10px 0 10px 0;
	padding: 3px 0 0 0;
	border-top: solid thin black;
	text-align: center;
}

.BoxDisclaimer
{
    margin: 10px 0 0 0;
    font-weight: bold;
    border: ridge 2px whitesmoke;
	padding: 5px 10px;
}

.Menu
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 9pt;
    text-align: center;
    background:  url(images/steel.jpg) repeat top;
}

.InputControl
{
    border: Inset 2px lightgrey;
    background-color: whitesmoke;
    padding: 1px 4px 2px 4px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.Grid
{
    margin: 2px 0 3px 0;
}

.GridHeader, .GridItem, .GridAlternatingItem
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: Black;
    line-height: 1.3em;
    text-align: left;
}

.GridHeader
{
    font-size: 7pt;
    font-weight: bold;
    height: 12pt;
    background:  url(images/steel.jpg) repeat top;
}

.GridItem
{
    font-size: 8pt;
    background-color: lightgrey;
}

.GridAlternatingItem
{
    font-size: 8pt;
    background-color: whitesmoke;
}