/* 020903 lj */
body {
	background: #fff url(/jse_bg2.gif) repeat-y fixed;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
}

body, h4, td, p, small {
	font-family: verdana, arial, helvetica, sans-serif;
}

a:link {
	background: #fff;
	color: #00f;
	text-decoration: none;
}
a:visited {
	background: #fff;
	color: #606;
	text-decoration: none;
}
a:active, a:hover {
	background: #fdb;
	color: #c00;
	text-decoration: none;
}

small {
	font-size: 11px;
}

td, p {
	font-size: 13px;
}

h4 {
	font-weight: bold;
	font-size: 18px;
	background: #fff;
	color: #c00;
}

.form-req {
	color: #c00;
	font-style: italic;
}

.form-err {
	font-weight: bold;
	color: #c00;
	font-style: italic;
}

