BODY
{
	SCROLLBAR-FACE-COLOR: #e7e7e7; 
	SCROLLBAR-3DLIGHT-COLOR: white; 
	SCROLLBAR-DARKSHADOW-COLOR: white; 
	SCROLLBAR-TRACK-COLOR: white; 
	SCROLLBAR-HIGHLIGHT-COLOR: silver; 
	SCROLLBAR-SHADOW-COLOR: silver; 
	SCROLLBAR-ARROW-COLOR: gray; 
}

FORM
{
  margin:0;
}

P
{
  margin:0;
  font-size: 11px;
}

DIV
{
  font-size: 11px;
}


.divNotesView
{
font-style:italic;
}
	
.TDViewCaption
{
margin-top:10;
margin-left:5;
margin-right:5;
}

.TDViewData
{
margin-bottom:5;
margin-left:20;
margin-right:20;
}


.TDPrintCaption
{
margin-top:10;
}

.TDPrintData
{
margin-top:5;
margin-left:20;
}

.A
{
	color: #545454; 
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer; 
	text-decoration: none;
}


.A:hover
{
	color: #cc3300; 
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer ; 
}
.Delimiter
{
	color: white; 
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	cursor: default;
}

.bibl
{
font-weight: normal;
cursor: pointer; 
text-decoration:underline;
font-family:Times New Roman;
color: #ff6666;
font-size:11px;
font-style:italic;
}
.bibl:hover
{
font-weight: normal;
cursor: pointer; 
text-decoration:underline;
font-family:Times New Roman;
color:red;
font-size:11px;
font-style:italic;
}


.Header
{
	color: black; 
	font-family: Verdana;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	cursor: default;
}
.Info
{
	color: #545454; 
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	cursor: default; 
	text-decoration: none;
	
}

.info select 
{
	font-size: 10px;
}
.InfoCaption
{
	color: #545454; 
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	cursor: default; 
	text-decoration: none;
}
.Checkbox
{
	color: white; 
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	cursor: default; 
	text-decoration: none;
	
}

.CheckboxCaption
{
	color: black; 
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	cursor: default; 
	text-decoration: none;
	
}
.InputClass
{
	border : 1px solid silver;
	font-family: Verdana;
	font-size: 10px;
	color: #545454;

}
.ListView
{
	margin:0;
	width:100%;
	
}
	
.ListViewTD
{
	border-bottom:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	
}

.clsDataTable
{
	color:#545454;
}	

/*
.clsDataTD
{
	border-bottom:1px silver solid;
	border-right:1px silver solid;
}	
.clsDataTH
{
	border-bottom:1px silver solid;
	border-right:1px silver solid;
}	

.GLRTTB
{
	color:#545454;
	border-top:1px solid silver;
	border-left:1px solid silver;
	margin:2;
}	

.GLRTTD
{
	border-bottom:1px solid silver;
	border-right:1px solid silver;
}	
.GLRTTH
{
	font-weight: bold;
	border-bottom:1px solid silver;
	border-right:1px solid silver;
}
*/
	
.NoImage
{	
	border:solid e7e7e7 1px;
	color: 545454; 
	background-color: f2f2f2; 
	font-family: Verdana;
	font-style:italic;
	white-space: no-wrap;
}
.HighLight
{
    background-color:yellow;
    color:#0094FF;
}

