﻿body 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    margin: 0px;
}

a 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000088;
    font-weight: normal;
    text-decoration: none;
}
a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #880000;
    font-weight: normal;
    text-decoration: underline;
}

.Nav 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #000088;
    font-weight: normal;
}

a.Nav 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #000088;
    font-weight: normal;
    text-decoration: none;
}

a.Nav:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #880000;
    font-weight: normal;
    text-decoration: underline;
}

CAPTION 
{
    font-size: 11pt;
    text-align: left;
    color: white;
    background: #0B3357;
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
}

td.verticalSpacerDotted
{
	width:1px;
	background-image:url('http://www.avistautilities.com/_layouts/avista/images/spacer_Vdotted_tile.gif');
	background-repeat:repeat-y;
	padding:0px;
	margin:0px;
}

.clsGridView tr.normal:hover, .clsGridView tr.alternate:hover
{
   background-color: white;
   color: black;
   font-weight: bold;
}