body
{	
	overflow-y:hidden;
	overflow-x:hidden;
}
table, td
{
	font-family: tahoma;
	font-size: 12px;
}
div.scroll
{
	overflow-y:scroll;
	overflow-x:hidden;
	position: relative;
	width: 100%;
	height: 100%
}
A  
{
	color : navy;
	text-decoration : none;
	font-weight : bold;
	
}	
A:Visited  
{
	color : navy;
	text-decoration : none;		
	font-weight : bold;
}	
A:Active  
{
	color : navy;
	text-decoration : none;
	font-weight : bold;
}	
A:Hover  
{
	color : #6699ff;
	font-weight : bold;
	text-decoration : underline;		
}
.grid
{
	background-color: #e3e2ef;
}
.popup
{
	background-color: threedface;
	visibility: hidden;
	position: absolute;
	border: 2px outset;
}
.ButtonMsg1
{
	font-family: tahoma;
	font-size: 12px;
	width: 20;
	height: 20;
	font-weight : bold;
	padding-right : 1;
	padding-bottom : 1;
}
.ButtonMsg2
{
	font-family: tahoma;
	font-size: 12px;
	width: 50;
	height: 25;	
}
.TitleMsg
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: white;
}