body {
	
	background-color: white;
	

  }

.white	{
	color: white;
}
td  {
	font-size: 10pt;
	font-family: sans-serif;
	color: black;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
}
p.tx  {
	font-size: 12pt;
	color: black;
	text-align: justify;
	text-indent: 40px;
	margin-left: 20px;
	margin-right: 20px;
}
p.list  {
	font-size: 12pt;
	color: black;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}
img.logo	{
	width: 90px;
	height: 55px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;	
}
p.wt  {
	font-size: 1px;
	color: white;
}
a.wt {
        font-size: 1px;
	color: white;
}
h6  {
	font-size: 1px;
	color: white;
}
h1 {
	width: 100%;
	background-color: #00bbdd;
	color: black;
	font-size: 20pt;
	letter-spacing: 0.3pt;
	text-align: center;
	filter: Alpha(Opacity=100, FinishOpacity=0, Style=3);
  }

h3 {
	width: 100%;
	background-color: #00bbdd;
	color: black;
	font-size: 20pt;
	letter-spacing: 0.3pt;
	text-align: center;
	filter: Alpha(Opacity=100, FinishOpacity=0, Style=2);
  }
h4 {
	width: 100%;
	font-family: fantasy;
	background-color: #00bbdd;
	color: white;
	font-size: 20pt;
	letter-spacing: 0.3pt;
	text-align: left;
	filter: Alpha(Opacity=100, FinishOpacity=0, Style=1);
  }
h5 {
	width: 100%;
	font-family: fantasy;
	background-color: #00bbdd;
	color: white;
	font-size: 20pt;
	letter-spacing: 0.3pt;
	text-align: right;
	filter: Alpha(Opacity=0, FinishOpacity=90, Style=1);
  }

h2 {
	font: 14pt;
	text-align: left;
	color: blue;
	
   }

A	 {
	font-size: 14pt;
	color : blue;
	text-decoration: none;
}

A:Visited  {
	color : #00bbcc;
	text-decoration: none;
}

A:Active  {
	color : #ff9900;
	text-decoration: none;
}

A:Hover  {
	color: indianred;
	text-decoration: none;
	 }

.blue {
	background-color: blue;
	color: aqua;
    }

.large {
	font-size: large;
       }
ul {
	margin-left: 60px;
	margin-right: 20px;
	text-align: justify;
	display: list-item;
	list-style-image: url(image/anima.gif);
	font-size: 12pt
   }

em  {
	font-style: normal;
}
i  {
	font-style: normal;
}
strong  {
	font-weight: normal;
}