h1 {
	font-size: 16pt;
	color: #005db6;
  font-weight:600;
}

h2 {
	font-size: 16pt;
	color: #000000;
}

h3 {
	font-size: 12pt;
	color: #009ffe;	
}


body {
	background-color: #FFFFFF;
	list-style-image: url(images/index_bullet.gif);
}

body,td,th {
	font-size: 10.5pt;
	color: #333333;
}
li {
	list-style-image: url(images/index_bullet.gif);
}




   A:link      { color: blue ; text-decoration: none}        

    A:hover    { color: black; text-decoration: underline }       

    A:visited    { color: blue;  text-decoration: none }      

