table {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; text-decoration: none; vertical-align: top;}
.toplink {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #990033; text-decoration: underline}
.mainlinks {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #9C1021; text-decoration: none}
a:hover {  color: #ff0000; text-decoration: none}
.headings_home {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #9C1021; text-decoration: none; font-weight: bold}
.headings {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; text-decoration: none; font-weight: bold}
.smalllinks {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #5E5E5E; text-decoration: underline}
.smalllinks1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; text-decoration: underline}
.leftbluelinks {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #9C1021; text-decoration: none; font-weight: bold}
.leftbluelinks1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #e9e9e9; text-decoration: none; font-weight: bold}
.leftbluelinks2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; text-decoration: underline; font-weight: bold}
.linksorange {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #FF6531; text-decoration: none; font-weight: bold}
.leftorangelink {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; text-decoration: none; color: #FF6531}

/* border classes */
.border-gray { border:1px solid #CCCCCC }
.border-n-gray { border-top:1px solid #CCCCCC }
.border-s-gray { border-bottom:1px solid #CCCCCC }
.border-red {border:1px solid #B30000;} 
.border-n-red {border-top:1px solid #B30000;}
.border-s-red {border-bottom:1px solid #B30000;}
.border-se-red {border-bottom: 1px solid #B30000;border-right:1px solid #B30000;}
.border-sw-red {border-bottom: 1px solid #B30000;border-left:1px solid #B30000;}
.border-e-red {border-right:1px solid #B30000;}
.border-w-red {border-left:1px solid #B30000;}
.border-none { border:0px; }
.border-s { border-bottom:1px solid black }
.border-we-red{border-left:1px solid #B30000;border-right:1px solid #B30000;}
.border-we-red-dotted-h {border-left:1px solid #B30000;border-right:1px solid #B30000; background-image:url(/images/dotted_horz.gif); background-repeat: repeat-x;}
.border-e-dotted-v { background-image:url(/images/dotted_vert.gif); background-repeat: repeat-y;}
.border-blue { border: 1px solid #507db4 }
.dotted-horz { background-image:url(/images/dotted_horz.gif); background-repeat: repeat-x; background-position:bottom; }
.dotted-vert { background-image:url(/images/dotted_vert.gif); background-repeat: repeat-y; }		

/* This is where you can customize the appearance of the tooltip */
span.tip { background-color:#eef0f4 }

div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#dee7f7; border:1px solid #337; 
  width:240px; padding:4px;
  color:#000; font-size:11px; line-height:1.3;
}