@charset "utf-8";
/* CSS Document */




body {
	font-family: Arial;
	
}
a:link {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000099;
}
a:visited {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.nowrap {
	white-space: nowrap;
}
table {
    font-family: Verdana;
    font-size: 9pt;
    text-align: left;
}
body {
	margin: 0px;
	background-image: url(pics/bg-lavender.gif);
}

