body{
	font-family : arial;
	font-style : normal;
	color: navy;
	font-weight : normal;
	
}
  a{
	color : navy;
	font-weight : normal;
	font-style : normal;
	text-decoration: none;
	font-size : x-small;
}
		
	A:hover {
	color: #CE0063;
	text-decoration : underline;
}
 a.bold{
	color : #00319C;
	font-weight : bold;
	font-style : normal;
	text-decoration: none;
	font-size : 19px;
	font-family : Arial;
}
		
	A.bold:hover {
	color: #CE0063;
	text-decoration : underline;
}
bold{
	color : #00319C;
	font-weight : bold;
	font-style : normal;
	text-decoration: none;
	font-size : 19px;
	font-family : Arial;
}

a.up{
	color : #00319C;
	font-weight : normal;
	font-style : normal;
	text-decoration: none;
	font-size : 13px;
	font-family : Arial;
}
		
	A.up:hover {
	color: #CE0063;
	text-decoration : underline;
}
.head2{
	font-size: 130%;
	font-weight: bold;
	color: white;
	background-color : #007AC0;
	padding-right : 5px;
	padding-left : 5px;
	padding-bottom : 2px;
	padding-top : 2px;
}

	.let{
		background-color : #ADD8E6;
		text-align : right;
		padding-right: 5px;
			}
			
			.up
			{background-color : #ADD8E6;
		text-align : left;
			padding-left: 5px;			
			}
			
			td
			{padding-right: 5px;
			padding-left: 5px;
			}

td.left{
	background-color: #ADD8E6;
	 border-right-color: #ADD8E6; 
	 border-right-style: solid; 
	 border-right-width:1px;
}
td.right{
	background-color: #ADD8E6;
	 border-left-color: #ADD8E6;
	  border-left-style: solid; 
	  border-left-width: 1px;
}
td.mid{
	border-top-color: #ADD8E6;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #ADD8E6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 2px 6px 2px 100px;
	background-image: url(../measure/pics/bg2.jpg);
	background-position: top-left;
	background-repeat: repeat-y;
	direction : rtl;
	width : 600px;
	background-color : white;
	line-height : 130%;
}
td.bot{
	border-bottom-color: #ADD8E6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color : #EDFFDB;
}

