﻿/** Global Styles **/
body 
{
	text-align:center;
}
.HP td 
{
	vertical-align:top;
}
.HPVV
{
	text-align: center;
}
/** Generic Control styles **/
span.ERRHdr 
{
	font-size : 14pt;
	color : Red;
	padding: 15px 15px 15px 15px;
}
span.ERR
{
	font-size : 10pt;
	color : Red;
	padding: 15px 15px 15px 15px;
}
.ERR table
{
	padding : 5px 5px 5px 5px;
	border : solid 1px black;
}
.ERR td
{
	font-weight:bold;
	padding: 5px 5px 5px 5px;
	color : Red;
	vertical-align:top;
}
.ERR span
{
	font-weight:normal;
	color : Red;
}	
.NOT
{
	color : green;
	font-weight : bold;
}
.LNK
{
	text-decoration : underline;
	cursor : pointer;
}
.LNKBld
{
	font-weight : bold;
	text-decoration : underline;
	cursor : pointer;
}
.LNKBig
{
	font-weight : bold;
	text-decoration : underline;
	cursor : pointer;
	font-size : large;
}
.ILNK
{
	cursor : pointer;
}
.BLD
{
	font-weight : bold;
}
td.center
{
	text-align:center;
}
.NOR
{
	font-weight:normal;
}
.hidden
{
	display : none;
}

