body
{
	border-right: 0px;
	padding-right: 0px;
	border-top: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 12px;
	background-position: top left;
	background-image: url(images/title/blueBack.gif);
	padding-bottom: 0px;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	border-left: 0px;
	padding-top: 0px;
	border-bottom: 0px;
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #3366cc;
}

.iTop {height:17px; BACKGROUND-IMAGE: url(images/Top.gif); background-repeat: repeat-x}

.DataEntry
{
	font-size: 10px;
	font-family: Arial;
}

.DataEntryBorder
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	font-size: 10px;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	font-family: Arial;
}

.StatusLabel
{
	font-weight: bold;
	font-size: 10px;
	margin-left: 15px;
	vertical-align: sub;
	color: navy;
	height: 25px;
}

.StatusLabel2
{
	font-weight: bold;
	font-size: 10px;
	color: navy;
	text-indent: 10px;
}

.StatusLabel3
{
	font-weight: bold;
	font-size: 10px;
	color: dimgray;
}

.StatusLabelError
{
	font-weight: bold;
	font-size: 12px;
	color: red;
	text-indent: 10px;
}

.StatusLabelError2
{
	font-weight: bold;
	font-size: 10px;
	color: yellow;
	text-indent: 10px;
}

A:link
{
	color: #3333cc;
	font-family: Arial, Verdana;
	font-size: 10px;
	text-decoration: none;
}	
		
A:visited	{	
	text-decoration:	none;
	font-family: Arial, Verdana;
	font-size: 10px;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	font-family: Arial, Verdana;
	font-size: 10px;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	font-family: Arial, Verdana;
	font-size: 10px;
	color:	#3333cc;
	}

.button
{
	font-size: 10px;
	height: 20px;
}

.Grids
{
	font-size: 10px;
	font-family: Arial;
}

.Grids TR.over
{
	background-color: lavender;
}

.Grids A:hover
{
	color: red;
}

TABLE.GridHeader
{
	font-weight: bold;
	font-size: 10px;
	width: 100%;
	color: navy;
	text-indent: 5px;
	font-family: Arial;
	background-color: lightgrey;
}
TABLE.GridHeader A:link
{
	font-size: 10px;
	color: white;
	font-family: Arial;
}
TABLE.GridHeader A:visited
{
	font-size: 10px;
	color: white;
	font-family: Arial;
}
TABLE.GridHeader A:hover
{
	font-size: 10px;
	color: yellow;
	font-family: Arial;
}

Table.Title
{
	width: 797px;
	height: 100%;
	background-color: white;
}

Table.GridTitle
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/titleBar.gif);
	border-left: silver 1px solid;
	width: 100%;
	color: white;
	text-indent: 10px;
	border-bottom: silver 1px solid;
	background-repeat: repeat-x;
	height: 30px;
	background-color: darkgray;
}

TD.Head
{
	BACKGROUND-POSITION: top;
	background-image: url(images/title/Title.gif);
	background-repeat: no-repeat;
}

.InvisibleTextBox
{
	width: 0px;
	height: 0px;
}

TD.MenuSel { BORDER-RIGHT: thin outset; BORDER-TOP: thin outset; BORDER-LEFT: thin outset; BACKGROUND-COLOR: whitesmoke }
TD.MenuOff { BORDER-RIGHT: thin outset; BORDER-TOP: thin outset; BORDER-LEFT: thin outset; BORDER-BOTTOM: thin outset; BACKGROUND-COLOR: gainsboro }
TD.MenuOver
{
	border-right: thin outset;
	border-top: thin outset;
	border-left: thin outset;
	border-bottom: thin outset;
	background-color: lavender;
}
TD.MenuFlash { BORDER-RIGHT: thin outset; BORDER-TOP: thin outset; BORDER-LEFT: thin outset; BORDER-BOTTOM: thin outset; BACKGROUND-COLOR: yellow }

.HideDIV { DISPLAY: none; VISIBILITY: hidden }
.ShowDIV { display: block; visibility: visible;}