﻿body
{
	font-family:Arial;
}

td
{
	font-family: Arial;
	font-size: 10pt;
}

input
{
	background-image: url(images/textboxBg.gif);
	background-repeat: repeat-x;
	border:1px solid silver;
}

select
{
	background-image: url(images/textboxBg.gif);
	background-repeat: repeat-x;
	border:1px solid silver;
}

.grayText
{
	font-weight:bold;
	font-size:11pt;
	color:#666666;
}

.BigHeaderACT
{
    font-size: 14pt;
    font-weight: bold;
    color: #39B54A;
}

.BigHeaderCON
{
    font-size: 14pt;
    font-weight: bold;
    color: #ff7800;
}

.BigHeaderNUR
{
    font-size: 14pt;
    font-weight: bold;
    color: #CC99FF;
}
.BigHeaderRET
{
    font-size: 14pt;
    font-weight: bold;
    color: #5FB0E0;
}
.BigHeaderHEA
{
    font-size: 14pt;
    font-weight: bold;
    color: #FF0000;
}
