table, td, body
{
	font-family: tahoma;
	font-size: 12px;
}
div.scroll
{
	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: 20px;
	height: 20px;
	font-weight : bold;
	padding-right : 1px;
	padding-bottom : 1px;
}
.ButtonMsg2
{
	font-family: tahoma;
	font-size: 12px;
	width: 50px;
	height: 25px;	
}
.TitleMsg
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
