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

body,td,th {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
}
body {
	background-color: #4b4b4b;
	background-image: url(images/structure/images/jsd-bkg_01.jpg);
	background-repeat: repeat-x;
}

h1 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.3em;
	margin-top: -10px;
	text-align: left;
	font-weight: bold;
}

h2 {
color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.3em;
	margin-bottom: -12px;
	text-align: left;
	font-weight: bold;
}

h3 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.3em;
	margin-bottom: -10px;
	text-align: left;
	font-weight: bold;
}
h4 {
	color: f6b60e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	margin-bottom: -10px;
	text-align: left;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-style: bold;
	
}
a:hover {
	color: f6b60e;
	text-decoration: none;
	font-style: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
	font-style: bold;
	
}

a:active {
	color: f6b60e;
	text-decoration: none;
	font-style: bold;
}

