p
{
	font-size:14px; 
	font-weight:bolder;
	text-align:left;
	margin: 4px 2% 4px 2%;
}

h1
{	
	
	font-size:26px; 
	text-align:center;
	margin:2px;
	
}

h2
{
	font-size:16px; 
	font-weight:bolder;
	text-align:left;
	margin: 4px 2% 4px 2%;
}

.LeftTitle
{
	font-size:16px; 
	font-weight:bolder;
	text-align:left;
	margin: 4px 2% 4px 2%;
}

.RightTitle
{
	font-size:16px; 
	font-weight:bolder;
	text-align:right;
	margin: 4px 2% 4px 2%;
}

.SL
{
	font-size:12px; 
	font-weight:bolder;
}
.TblStyle1
{
	border-width:1px;
	border-collapse: collapse;
	border-spacing: 10px 10px;
	border-style: solid;
	border-color: black;/*#999999;*/
	
	background-color:#F0F0F0;
	width:100%;
}

.TblStyle1 tr
{	
	border-width: 1px;
	border-style: inset;
	border-color: black; /*#999999; */					
}


.TblStyle1 td
{	
	border-width: 1px;
	border-style: inset;
	border-color: black; /*#999999; */
	padding: 5px;				
}


.TblStyle2
{
	border-width:1px;
	border-collapse: collapse;
	border-spacing: 10px 10px;
	border-style: solid;
	border-color: black;/*#999999;*/	
	background-color:#FFFFFF;
	width:96%;			
}

.TblStyle2 th
{
	text-align:center;	
}

.TblStyle2 td
{
	background-color: white;
	border-width:0px;
 	font-size:16px;	
 	font-weight: bold;
 	text-align:left;	
	padding: 2px 0px;
}

.TblStyle3
{
	border-style: none;
	border-width:0px;
	width:50%;		
}

.TblStyle3 td
{	
	border-width:0px;
 	font-size:16px;	
 	font-weight: bold;
 	text-align:left;	
}

.TblStyle4
{
	border-width:0px;
	border-collapse: collapse;
	border-spacing: 10px 10px;
	border-style: solid;
	border-color: black;	
	background-color:white;
	width:100%;
}

.TblStyle4 th
{
	color:white;	 	
	text-align:center;	
	background-color:black;
	
}


.TblStyle4 td
{	
	background-color: white;
	border-width:1px;
 	font-size:16px;	 	
 	text-align:left;	
	padding: 0px 0px;
				
}

.TblStyle5
{
	border-style: none;
	border-width:0px;
	width:50%;		
}

.TblStyle5 td
{	
	background-color: white;
	border-width:0px;
 	font-size:16px;	
 	font-weight: bold;
 	text-align:left;	
}
.HList
{
	position:relative;	
 	width:100%;
 	left:40%;
}

.HList ul
{
	padding:0;  
 	margin-left:5px;
 	margin-right:5px;
 	list-style:none; 
 	
}

.HList li
{
	float:left; 
	margin:5px;
		
}

.GreyFld
{
	background-color: silver;
}

.HLightFld
{
	background-color: white;
}

.Link1
{
	color:black;
	margin-left:20px;
	font-size:11px;	
}