div {
	font-family: Tahoma, Helvetica;
}
.container div {
   filter: alpha(opacity=50);
}
.clsCMOn {
	font-size: 12px;
        padding: 2px 4px;
	color: white;
}

.clsCMOver {
	font-size: 12px;
        padding: 2px 4px;
	color: black;
}

A:link {text-decoration: none; color:blue;}
A:visited {text-decoration: none;color:blue;}
A:active {text-decoration: none}
A:hover { text-decoration: underline overline; color: green;}

table {
  width:700px;
  margin-left: 0px; margin-right: auto;
  border: 0px solid ;
  padding-left:7px;
  padding-right:7px;
  font-family: "Times New Roman", Times, serif;
  text-align: justify;   
  background-color: #FFFFFF;
}

table.index {
  width:700px;
  margin-left:0px; margin-right: auto;
  border: 3px solid #FF6600;
  padding-left:0px;
  padding-right:0px;
  font-family: "Times New Roman", Times, serif;
  text-align: justify;  
  background-color: #FFFFFF;  
}

table.inner {
  width:650px;
  margin-left: auto; margin-right: auto;  
  border: 0px solid green;
  font-family: "Times New Roman", Times, serif;
  text-align: justify;
  background-color: #FFFFFF;

}
table.rightside {
  width:128px;
  margin-left: auto; margin-right: auto;  
  border: 1px solid green;
  font-family: "Times New Roman", Times, serif;
  text-align: justify;
  background-color: #CCCCCC;

}
table.leftside {
  width:828px;
  margin-left:110px; margin-right: auto; 
  border: 1px solid green;
  font-family: "Times New Roman", Times, serif;
  text-align: justify;
  background-color: #FFFFFF;

}


body {
	margin-left: 150px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 10px;  
   font-family: "Times New Roman", Times, serif;   
   background-color: #333366;
  

}


