/* CSS Document */

body {
	margin: 0; 
	padding: 0; 
	scrollbar-face-color: #c28221;
	scrollbar-highlight-color: #c28221;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #FFD2C2;
	scrollbar-track-color: #000000;
	scrollbar-3d-light-color: #FFCC34;
	scrollbar-dark-shadow-color: #ffffff;
	background: #000066;
}
A.basicLink:link {
	color: #c28221;
	text-decoration: underline;
}
A.basicLink:visited {
	color: #000000; 
	text-decoration: underline;
}
A.basicLink:hover {
	color: #c28221; 
	text-decoration: none;
}
/* Background */
.bannerBG{
	text-align:left;
	background: #c28221 url(../images/main_graphic/s6_bg.gif) repeat-x;
}

/* Navigator */
.nav {
	font-size: 0.9em; 
	font-weight: bold;
	text-align:left;
	vertical-align:bottom;
	color: #7e8081;
	line-height: 15px;
	padding:10;
	border-bottom: #c28221 solid 1px;
	background:#ffde85;
}
.nav-on {
	font-size: 0.9em; 
	font-weight: bold;
	text-align:left;
	vertical-align:bottom;
	color: #ffde85;
	line-height: 15px;
	padding:10;
	border-bottom: #c28221 solid 2px;
	background:#c28221;
}
/* Contents  */
.subtitleFont {
	font-size: 1.1em; 
	font-weight: bold;
	color:#c28221;
	text-align:left;
	padding-top:6;
	padding-bottom:6;
	border-bottom: #dcdcdc dotted 2px;
}
/* Footer  */
.copyrightFont {
	font-size: 0.9em; 
	font-weight: normal;
	text-align:right;
	color: #ffffff;
	padding:8;
	background:#000066;
}
.titleFont {
	font-size: 1.1em; 
	font-weight: bold;
	color:#c28221;
	text-align:left;
	padding-top:3;
	padding-bottom:3;
}