body { 
  font-size:13px; font-family:Arial, helvetica, sans-serif;
  color:black;
	text-align:justify;
  }
strong, b { font-weight:bold; }
p, .mainContent { font-size:13px; line-height:130%; margin-bottom:10px; 
	text-align:justify;
}
h1,h2,h3,h4,h5,h6 { line-height:130%; font-weight:bold; margin-top:0; margin-bottom:0; }
h1 { font-size:18px; text-align:center; }
h2 { font-size:16px; text-align:center; }
h3 { font-size:14px; text-align:center; }
h4 { font-size:12px; text-align:center; }
h5 { font-size:10px; text-align:center; }
h6 { font-size:8px; text-align:center; }
/*img { border:0; }*/
li { line-height:130%; }
th, td { font-size:13px; }

a { color:black; }
a:visited { color:black; }
a:active { color:black; }
a:hover { color:black; text-decoration:underline;  }
/* background-color:#e0f0ff; */

.linkClass1 a { color:black; text-decoration:none; }
.linkClass1 a:visited { color:black; text-decoration:none; }
.linkClass1 a:active { color:black; text-decoration:none; }
.linkClass1 a:hover { color:#eeeeee; text-decoration:underline; }
/*
.linkClass1 a { color:black; }
.linkClass1 a:visited { color:black; }
.linkClass1 a:active { color:black; }
.linkClass1 a:hover { color:white; text-decoration:underline; }
*/

.blueLink1 { text-align:justify; }
.blueLink1 a { color:#000084; text-decoration:none; }
.blueLink1 a:visited { color:#000084; text-decoration:none; }
.blueLink1 a:active { color:#000084; text-decoration:none; }
.blueLink1 a:hover { color:#101094; text-decoration:none; background-color:#f5f5f5; 
}


#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


