a:link
{
	color: rgb(0, 102, 204);
	text-decoration: none; 
}
a:active 
{
	color: rgb(0, 0, 255);
	text-decoration: none;
}
a:hover
{
	color: rgb(0, 0, 255); font-size:10pt; font-weight:bold
	text-decoration: underline;
}
a:visited
{
	color:  rgb(0, 102, 204);
	text-decoration: none; 
}
a:link.custom
{
	color: rgb(0, 102, 204);
	text-decoration: none;
}
a:active.custom
{
	color: rgb(153, 102, 0);
	text-decoration: none;
}
a:hover.custom
{
	color: rgb(153, 102, 0);font-size:10pt; font-weight:bold
	text-decoration: none;
}
a.custom2:link
{
	color: rgb(153, 255, 102);
	text-decoration: none;
}
a.custom2:active
{
	color: rgb(0, 219, 255);
	text-decoration: none;
}
a.custom2:hover
{
	color: rgb(0, 219, 255);font-size:14pt; font-weight:bold
	text-decoration: none;
}
body
{
	font-family: Trebuchet MS;
	color: #000000; font-size:10pt
}
caption
{
	color: #000000; font-size:10pt; font-weight:bold
	text-decoration: none;
}
table
{
	table-border-color-light: rgb(153,255,204);
	table-border-color-dark: rgb(0,0,51); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Palatino Linotype;font-size:18pt; color:#0066cc
}
h1
{
	color:#0066cc;font-weight:bold; font-variant:small-caps
}
h2
{
	color: #0066cc;font-size:12pt; font-weight:bold; line-height:100%; margin-bottom:12 
}
h3
{
	color: rgb(0,255,204); 
}
h4
{
	color: rgb(255,204,0);
}
h5
{
	color: rgb(153,255,51);
}
h6
{
	color: rgb(0,255,204);
}
ul
{
	list-style-image: url('images/bull1_water.gif'); vertical-align:top
}
ul ul
{
	list-style-image: url('images/bull2_water.gif');
}
ul ul ul
{
	list-style-image: url('images/bull3_water.gif');
}
