body {
	text-align:center;
	background-repeat : repeat;
	background-image : url(images/bkgrdtest.jpg);
}
td.head {
	background-color:#003066;
}
h1{
	color:#FFFFFF;
	font-size : large;
	font-weight: bold;
	margin-bottom:0px;
	}
h2{	color:#FFFFFF;
	font-size : medium;
	font-weight: bold;
	margin-bottom:0px;
}
h3 {color:#000000;
	font-size : medium;
	font-weight: bold;
	margin-bottom:0px;
}

p.lg{
	font-size:large;
	color:#000000;
}
p{
	font-size:medium;
	color:#000000;
}
p.bold{
	font-size:medium;
	font-weight:bold;
	color:#000000;
}
p.small{
	font-size : small;
	color:#000000;
}
p.sb{
	font-size : small;
	font-weight : bold;
	color:#000000;
}
p.xsmall{
	font-size : smaller;
	color:#000000;
}
li{
	font-size : medium;
	font-weight : bold;
	color:#000000;
}
li.nb{
	font-size : medium;
	font-weight : normal;
	color:#000000;
}
a.h2 { color:white;
	text-decoration:underline;}
a.h2:visited {color:white;
	text-decoration:underline;}
#ul {background-color:#003066}
.link {float:right;}
#hd {background-color:#fff;}