﻿body {
    background: #18295A url('/images/bg01.gif') fixed;
    font-family: Arial;
    font-size: 9pt;
    margin: 0px;
    scrollbar-base-color: #EBEBEB;
}

a:link {
	color: #000080;
	text-decoration: none;
}

a:visited {
    color: #000080;
	text-decoration: none;
}

a:hover {
    color: #0000FF;
	text-decoration: underline;
}

a:active {
    color: #0000FF;
	text-decoration: underline;
}

table.VisualScheme00 {
	width: 955px;
	background-color: #F5F5F5;
	border-top: 3px solid #999999;
	border-bottom: 3px solid #333333;
	border-left: 3px solid #333333;
	border-right: 3px solid #333333;
	text-align: center;
	font-size: 10pt;
}

table.VisualScheme01 {
	background-color: #B0C4DE;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	font-size: 10pt;
}

td.HeadVisualScheme01 {
	background-color: #C0C0C0;
	background-image: url(/images/gradient_DKGray.jpg);
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}

table.VisualScheme02 {
	width: 745px;
	background-color: #EBEBEB;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	margin-right: 10px;
	font-size: 10pt;
}

td.HeadVisualScheme02 {
	background-color: #CCD5FC;
	background-image: url(/images/gradient_DKBlue.jpg);
	font-weight: bold;
	font-size: 10pt;
	color: #0000FF;
}

td.HeadVisualScheme02HL {
	background-color: #EDF3FF;
	background-image: url(/images/gradient_LtBlue.jpg);
	font-size: 10pt;
	color: #0000FF;
}

table.Information {
	background-color: #EFF3FB;
	border-style: solid;
	border-width: 1px;
	border-color: #8BA7CD;
	font-size: 9pt;
}

table.Warning {
	background-color: #FFCCAA;
	border-style: solid;
	border-width: 1px;
	border-color: #EE9955;
	font-size: 9pt;
}

table.InternalMessage {
	background-color: #EBF7DF;
	border-style: solid;
	border-width: 1px;
	border-color: #7CBF4F;
	font-size: 9pt;
}