<style type="text/css">

<!--

/* horizontal rule */ 

div.hr {

	height: 1px;

	width: 100%;

	display: block;

	background: url(images/dot.gif) repeat-x;

	background-repeat: repeat-x;

	background-image: url(images/dot.png);

} 



/* vertical rule */ 

div.vr { 

width: 1px; 

height: 100%; 

display: block; 

background: url(images/dot.gif) repeat-y; 

}

body,td,th {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333333;

}

body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

}

a {

	font-family: Arial, Helvetica, sans-serif;

	color: #000066;

}

a:link {

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #000066;

}

a:hover {

	text-decoration: underline;

	color: #000066;

}

a:active {

	text-decoration: none;

	color: #000066;

}

.style1 {	color: #373D93;

	font-weight: bold;

	

}

.style6 {color: #000000}
.style7 {font-size: 9px;}
.style8 {	font-size: 9px;
			color: #999999;
}

h6 {
	font-size: 9px;
	color: #999999;
}
-->

</style>