@charset "utf-8";
/* CSS Document */

body {
	margin-top: 20px;
	margin-bottom: 0px;
	scrollbar-arrow-color: #DCBE20;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #B2491A;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #E69F21;

}
a:link {
	color:#000099;
	text-decoration:none;
}
a:visited {
text-decoration:none;
color:#0000FF;
}
a:hover {
	text-decoration:underline;
	color:#994217;
}
a:active {
	text-decoration:none;
	color:#000099;
}

.PageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #994217;
}
.BodyTextJ {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-align: justify;
}
.BodyText{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
}
.BodyText-red{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #900;
	text-align: center;
}
.Star {
	color: #F00;
	font-size: 18px;
}
.ajsubmenu {
	font : 9pt Arial;
	text-decoration : none;
}