
div {
   cursor: pointer;
   cursor: hand;
}

div.nohand {
   cursor: default;
}

div.nohand a {
   color: #000033;
   font-family: lucida, arial, verdana, garamond;
   font-size: 12px;
   text-decoration: none;
   vertical-align: top;
}

div.nohand a:hover {color: #426A9B;
   text-decoration: underline;
}

.heading {
   font-family: verdana, arial, garamond;
   font-size: 20px;
   font-weight: bold;
   color: #434788;
}

.body_content {
   font-family: lucida, arial, garamond;
   font-size: 14px;
}

.body_content a {
   font-family: lucida, arial, garamond;
   color: #426A9B;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
}

.body_content a:hover {
   color: #426A9B;
   text-decoration: underline;
}



