body{
	font-family : arial;
	font-style : normal;
	color: black;
	font-weight : normal;
	
}
  a{
	color : #C50540;
	font-weight : normal;
	font-style : normal;
	text-decoration: underline;
}
		
	A:hover {
		color: #007AC0;
		text-decoration : underline;
	}
.head{
	font-size: 130%;
	font-weight: 600;
	color: teal;
	border : thin double #C50540;
	padding : 1px 3px 1px 3px;
	margin-top: 20px;
}
.head2{
	font-size: 130%;
	font-weight: bold;
	color: white;
	background-color : #007AC0;
	padding-right : 5px;
	padding-left : 5px;
	padding-bottom : 2px;
	padding-top : 2px;
}
.subhead{
	 font-weight: bold; color: #639C00;
}
.sub2{
	font-weight: bold;
	color: teal;
	}
	.sub2a{
	font-weight: bold;
	color:#C50540;
}

	a.sub2{
	font-weight: bold;
	color: teal;
	text-decoration : none;
}		
a.sub2:hover{
	font-weight: bold;
	color: #879703;
	text-decoration : underline;
}		
a.menu{
		padding-left : 4px;
	padding-right : 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family : arial;
	color :white;
	font-weight : normal;
	font-style : normal;
	text-decoration: none;
background-color : #4E9CB6;
	margin-right: 10px;
	margin-left: 10px;
	}
a.menu:hover{
	color : black;
	font-weight : normal;
	font-style : normal;
	text-decoration: none;
	background-color : #F9FFF3;
		padding-left : 4px;
	padding-right : 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.menu:active{
	color :black;
	font-weight : normal;
	font-style : normal;
	text-decoration: none;
	background-color : yellow;
	padding-left : 4px;
	padding-right : 4px;
	padding-top: 2px;
	padding-bottom: 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(../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;
}

ul.1{
	list-style-image: url(../concept/pics/bullet.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	padding-left : 2px;
	}

ul.2{
	list-style-image: url(../concept/pics/bullet.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	vertical-align : middle;
}

li{
	padding-top:3px;
	padding-bottom:3px;
	vertical-align : middle;
}