﻿body 
{
	color: #666666;
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
}

td {
	color: #666666;
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
}

h1
{
	color: #002E23;
	font-family: Tahoma, Arial Black, Arial, Helvetica;
	font-size: 19px;
	font-style: normal;
	line-height: 19px;
	text-align: center;
}

h2 
{
	color: #002E23;
	font-family: Tahoma, Arial Black, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	line-height: 14px;
}

A:link
{
    COLOR: #02497d;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #02497d;
    TEXT-DECORATION: none
}
A:active
{
    COLOR: #02497d;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #c80013;
    TEXT-DECORATION: underline
}

hr 
{
	color: #cc0000;
	height: 1px;
}

.PageTitle {
	color: #666666;
	font-family: Arial Black, Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-style: normal;
	line-height: 21px;
}

.PageSubtitle 
{
	font-family: Verdana;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}

.ErrorMessage {
	color: red;
}

.Footnote 
{
	font-size: 8pt;
	font-weight: normal;
}

#LogoImage 
{
	width: 225px;
	height: 65px;
	background-image: url(./images/PivecLogo.jpg);
	background-repeat: no-repeat;
}

img { border: solid 0px black }


