body{
	font-family : arial;
	font-style : normal;
	color: black;
	font-weight : normal;
	
}
  a{
	color : #4B0D97;
	font-weight : normal;
	font-style : normal;
	text-decoration: none;
	font-size : x-small;
}
		
	A:hover {
	color: #0063CE;
	text-decoration : underline;
}
.head{
	font-weight: bold;
	color: #9C009C;
	padding-right : 5px;
	padding-left : 5px;
	padding-bottom : 2px;
	padding-top : 2px;
	font-size : larger;
}

.head2{
	font-size: 130%;
	font-weight: bold;
	color: white;
	background-color : #6300CE;
	padding-right : 5px;
	padding-left : 5px;
	padding-bottom : 2px;
	padding-top : 2px;
}

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(../research/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;
}
ul{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style : disc;
	color : black;
}
a.2{
	color : #9C00CE;
	font-weight : bold;
	font-style : normal;
	text-decoration: underline;
	font-size : medium;
}
		
	A.2:hover {
	color: #0063CE;
	text-decoration : underline;

