body, td {
	COLOR:113286;
	FONT-FAMILY:  Verdana, Arial;
	FONT-SIZE: 9pt;
	font-weight: none;
}
.black	{
	background:black;
	background-image: url(images/b.gif);
	background-repeat: repeat;
}
.white	{
	background:white;
	background-image: url(images/w.gif);
	background-repeat: repeat;
}
h1 {	FONT-SIZE: 14pt;
}
a {
	color: #113286;
	text-decoration: underline;
	font-weight: none;
}
a:hover {
	color: #113286;
	text-decoration: underline;
}
a:vlink {
	color: blue;
	text-decoration: none
}
.dotted {
	border-style : dotted;
	border-width : 1px;
	border-color : #113286;
}