body {
	background-image: url('/gfx/bg_dot.gif');
	background-color: white;
	font-family: verdana;
	font-size:8pt;
	color:black;
}

h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 10px;
}

ul {
	list-style-image: url('/gfx/ul-bullet.gif');
	margin-top: 2px;
	margin-bottom: 2px;
}

.framed {
	border-top: 1px solid black;
	border-left: 1px solid black;
}
.framed th {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.framed td {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
	vertical-align: top;
}
th {
	font-family: verdana;
	color: black;
	font-size: 8pt;
	font-weight: bold;
}
td {
	font-family: verdana;
	color:black;
	font-size:8pt;
}
a {
	color: navy;
}
a:visited {
	color: navy;
}
a:hover {
	text-decoration: underline;
}
.copy {
	color:white;
	font-size:9pt;
}
.s {
	color:#1A355F;
	font-size:8pt;
}
p {
	margin: 0px;
	padding: 0px;
}
/**********************************************
 * Form Elements                              *
 **********************************************/
textarea {
	font-family: verdana;
	color:black;
	font-size:8pt;
}
input {
	font-family: verdana;
	color:black;
	font-size:8pt;
}
select {
	font-family: verdana;
	color:black;
	font-size:8pt;
}
/**********************************************/


.menu {
	background-image: url('/gfx/menu.gif');
	background-repeat: no-repeat;
	font-family: verdana;
	font-size: 9pt;
	color: black;
	font-weight: bold;
	display: block;
	text-decoration : none;
	padding-top: 2px;
	padding-left: 8px;
	height: 20px;
}

.menu:visited {
	color: black;
}