.handcursor {  cursor: hand;  cursor: pointer;  /* background-color: #ffd80e; */  /* border-bottom: 1px solid #003ca0; */  background-image: url(switchcontent_header_bg.gif);  padding: 3px;  margin-top: 4px;     margin-bottom: 4px;   font-weight: bold;  font-size: 13px;    color: #000000;  height: 21px;}

.handcursor:hover {text-decoration: underline;}.handcursor:active {text-decoration: underline;}

.handcursor_custom {  cursor: hand;  cursor: pointer;  /* background-color: #ffd80e; */  /* border-bottom: 1px solid #003ca0; */  background-image: url(switchcontent_header_bg_custom.gif);  padding: 3px;  margin-top: 4px;     margin-bottom: 4px;   font-weight: bold;  font-size: 13px;    color: #000000;  height: 21px;}

.handcursor_custom:hover {text-decoration: underline;}.handcursor_custom:active {text-decoration: underline;}
.switchgroup1 {  /* background-image: url(./box_background.gif); */  background-color: #ffffff;  font-family: "Courier New", Courier, monospace;  font-size: 11px;  line-height: 1.2;  padding: 10px;  border: 1px solid #7cb5fc;}.switchgroup2{  /* background-image: url(./box_background.gif); */  background-color: #ffffff;  color: #003ca0;   font-weight: bold;   font-size: 14px;  line-height: 1.2;  padding: 10px;  border: 1px solid #7cb5fc;}
