﻿/*  Contains items that will never change  */
textarea
{
	font-family: Arial;
	font-size: 9pt;
}
.Button
{
	CURSOR: hand
}
.NoMouse
{
	cursor: default;
}
.DisabledRow
{
	color: #808080 !important;
}
.CurrentRow
{
	color: blue !important;
}
a
{
	color: blue;
	onmouseover: 'style.color="red"';
    onmouseout: 'style.color="blue"';
}
.Indent10px
{
	padding-left: 10px
}
.Indent20px
{
	padding-left: 20px
}
.Indent30px
{
	padding-left: 30px
}
h1
{
	font-family: Arial Narrow;
	font-size: 17pt;
	color: #309AEC;
	font-weight: normal;
}
h2
{
	font-family: Arial Narrow;
	font-size: 14pt;
	color: #309AEC;
	font-weight: bold;
}
h3
{
	font-size: 10pt;
	font-weight: bold;
}
.CompareHeaderCell
{
	background: #4F81BD;
	color: White;
	font-weight: bold;
}
.CompareLeftCell
{
	background: #4F81BD;
	color: White;
}
.CompareRow
{
	background: #D3DFEE;
	color: Black;
}