﻿body 
{
	text-align:center;
	font-size:9pt;
	color:Black;
	/*cursor:url('/UI/Cursor/c2.cur');*/
}
/*
A:link
{
	cursor:url('/UI/Cursor/c2.cur');
}
A:hover
{
	cursor:url('/UI/Cursor/c1.cur');
}*/
table
{
	font-size:9pt;
	text-align:left;
	vertical-align:middle;	
	/**/
	border-top-color:#cccccc;
	border-top-style:solid;
	border-top-width:1px;	
	/**/
	border-left-color:#cccccc;
	border-left-style:solid;
	border-left-width:1px;
	/**/
	border-right-color:#cccccc;
	border-right-style:solid;
	border-right-width:1px;
	/**/
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	border-bottom-width:1px;
	/**/
}
td
{
	border-top-style:none;
	border-color:Silver;
	border-bottom-style:groove;
	border-bottom-width:1px;
	vertical-align:middle;
}
input
{
	border-color:Silver;
	border-style:solid;
	border-width:1px;	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:Black;
	font-size:9pt;
}
textarea
{
	border-color:Silver;
	border-style:solid;
	border-width:1px;	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:Black;
	font-size:9pt;
	
}
ListBox
{
	border-color:Silver;
	border-style:solid;
	border-width:1px;	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:Black;
	font-size:9pt;
	
}
.Td_BackColor
{
	background-color:#99cc00;
	height:10px;
	font-weight:bold;		
	text-align:center;
	vertical-align:middle;	
}
.itable
{
BORDER-RIGHT: #000000 1px dotted; 
BORDER-TOP: #000000 1px dotted;
BORDER-LEFT: #000000 1px dotted; 
BORDER-BOTTOM: #000000 1px dotted;
}
.itd
{
FONT-WEIGHT: normal; 
FONT-SIZE: 9pt; 
WIDTH: 500px; 
COLOR: #000000; 
BACKGROUND-COLOR: gainsboro	;
}