﻿body
{
	scrollbar-shadow-color: #cccccc;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #578ddf;
	scrollbar-3d-light-color: #cccccc;
	scrollbar-dark-shadow-color: #000000;
}

body, td, p, tr, table, div
{
	font-size: 10pt;
	font-family: Verdana, Helvetica, Serif, Arial;
	color: #666666;	
}

a
{
	text-decoration: none;
}

.highlighttitle
{
	font-weight: bold;
	color: #000000;
}

.minortitle
{
	font-weight: bold;
	color: #000000;
	font-size: 8pt;	
}

.blueshade
{
	background-color: #578ddf;
}

.whitetitle
{
	font-weight: bold;
	color: #ffffff;
}

a:hover
{
	color: #ff0000;
}

.greyshade
{
	background-color: #eeeeee;
}

a.blackminorlinks
{
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
}

.disclaimer
{
	font-size: 8pt;
}

.blacklinks
{
	color: #000000;
	font-weight: bold;
}

.graylighttitle
{
	font-weight: bold;
	color: #666666;
}

.data 
{
	display: none; 
}

.whitemaintitle
{
	color: #ffffff;
	font-weight: bold;
	font-size: 18pt;
	font-family: Verdana;
}

.whiteminorlink
{
	color: #ffffff;
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana;
}

.whiteminorlink:hover
{
	color: #cccccc;
}


.input
{
    border-right: Gray thin solid;
    border-left: Gray thin solid;
    border-bottom: Gray thin solid;
    border-top: Gray thin solid;
}

.button
{
    border-right: #000000 thin solid;
    border-left: #000000 thin solid;
    border-bottom: #000000 thin solid;
    border-top: #000000 thin solid;
    font-weight: bold;
    cursor: hand;
    background-color: Gray;
    color: White;
}

.inputcell
{
    border-right: Gray thin solid;
    border-left: Gray thin solid;
    border-bottom: Gray thin solid;
    border-top: Gray thin solid;
    background-color: #EEEEEE;
    text-align: center;
}