BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background : White;
}
A:ACTIVE, A:LINK, A:VISITED {
	font-size: 11px;
	color: #1493f3;
	font-weight: bold;
	text-decoration: none;
}
A:FOCUS, A:HOVER {
	font-size: 11px;
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
A:ACTIVE.nav, A:LINK.nav, A:VISITED.nav {
	font-size: 11px;
	color: Black;
	font-weight: bold;
	text-decoration: none;
}
A:FOCUS.nav, A:HOVER.nav {
	font-size: 11px;
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td.copy {
	font-size: 11px;
}
td.link {
	font-size: 11px;
}
td.text {
	font-size: 11px;
}
TEXTAREA {
	font-size: 11px;
}
.border {
	border-left : 1px #000000 dashed;
	border-right : 1px #000000 dashed;
}
.fancy {
        border-style: groove;
}
.shadow {
        border-right : 4px solid;
        border-bottom : 4px solid;
}
